reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
111 VRegAlloc.DestroyAll(); 112 OffsetAlloc.DestroyAll();include/llvm/Support/Allocator.h
457 ~SpecificBumpPtrAllocator() { DestroyAll(); }
include/llvm/Support/Automaton.h 123 Allocator.DestroyAll();
lib/CodeGen/ExecutionDomainFix.cpp 469 Allocator.DestroyAll();
lib/CodeGen/MachineBlockPlacement.cpp3052 ChainAllocator.DestroyAll(); 3062 ChainAllocator.DestroyAll();lib/MC/MCContext.cpp
88 COFFAllocator.DestroyAll(); 89 ELFAllocator.DestroyAll(); 90 MachOAllocator.DestroyAll(); 91 XCOFFAllocator.DestroyAll(); 93 MCSubtargetAllocator.DestroyAll();lib/Target/ARM/ARMLoadStoreOptimizer.cpp
2022 Allocator.DestroyAll();
tools/lld/include/lld/Common/Memory.h 46 void reset() override { alloc.DestroyAll(); }