Searched refs:DestroyAll (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Common/
H A DMemory.h46 void reset() override { alloc.DestroyAll(); }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp89 COFFAllocator.DestroyAll();
90 ELFAllocator.DestroyAll();
91 MachOAllocator.DestroyAll();
92 XCOFFAllocator.DestroyAll();
94 MCSubtargetAllocator.DestroyAll();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h375 /// This allows calling the destructor in DestroyAll() and when the allocator is
388 ~SpecificBumpPtrAllocator() { DestroyAll(); }
398 void DestroyAll() { function in class:llvm::SpecificBumpPtrAllocator
H A DAutomaton.h127 Allocator.DestroyAll();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h241 static void DestroyAll(StoredDeclsMap *Map, bool Dependent);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h110 VRegAlloc.DestroyAll();
111 OffsetAlloc.DestroyAll();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp469 Allocator.DestroyAll();
H A DMachineBlockPlacement.cpp3340 ChainAllocator.DestroyAll();
3350 ChainAllocator.DestroyAll();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1999 StoredDeclsMap::DestroyAll(LastSDM.getPointer(), LastSDM.getInt());
2002 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) { function in class:StoredDeclsMap
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2063 Allocator.DestroyAll();

Completed in 211 milliseconds