HomeSort by: relevance | last modified time | path
    Searched refs:DestroyAll (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCContext.cpp 134 COFFAllocator.DestroyAll();
135 ELFAllocator.DestroyAll();
136 MachOAllocator.DestroyAll();
137 XCOFFAllocator.DestroyAll();
138 MCInstAllocator.DestroyAll();
140 MCSubtargetAllocator.DestroyAll();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Allocator.h 374 /// This allows calling the destructor in DestroyAll() and when the allocator is
387 ~SpecificBumpPtrAllocator() { DestroyAll(); }
397 void DestroyAll() {
Automaton.h 127 Allocator.DestroyAll();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclContextInternals.h 304 static void DestroyAll(StoredDeclsMap *Map, bool Dependent);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
IRTranslator.h 112 VRegAlloc.DestroyAll();
113 OffsetAlloc.DestroyAll();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ExecutionDomainFix.cpp 467 Allocator.DestroyAll();
MachineBlockPlacement.cpp 3383 ChainAllocator.DestroyAll();
3393 ChainAllocator.DestroyAll();
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 1946 StoredDeclsMap::DestroyAll(LastSDM.getPointer(), LastSDM.getInt());
1949 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 2132 Allocator.DestroyAll();

Completed in 79 milliseconds