/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/ |
D | MappedBlockStream.h | 46 BinaryStreamRef MsfData, BumpPtrAllocator &Allocator); 50 uint32_t StreamIndex, BumpPtrAllocator &Allocator); 54 BumpPtrAllocator &Allocator); 58 BumpPtrAllocator &Allocator); 71 BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() 81 BinaryStreamRef MsfData, BumpPtrAllocator &Allocator); 104 BumpPtrAllocator &Allocator; 112 WritableBinaryStreamRef MsfData, BumpPtrAllocator &Allocator); 116 uint32_t StreamIndex, BumpPtrAllocator &Allocator); 121 BumpPtrAllocator &Allocator); [all …]
|
D | MSFBuilder.h | 57 static Expected<MSFBuilder> create(BumpPtrAllocator &Allocator, 119 BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() 123 BumpPtrAllocator &Allocator); 130 BumpPtrAllocator &Allocator;
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | AllocatorTest.cpp | 19 BumpPtrAllocator Alloc; in TEST() 33 BumpPtrAllocator Alloc2 = std::move(Alloc); in TEST() 51 BumpPtrAllocator Alloc; in TEST() 63 BumpPtrAllocator Alloc; in TEST() 85 BumpPtrAllocator Alloc; in TEST() 106 BumpPtrAllocator Alloc; in TEST() 119 BumpPtrAllocator Alloc; in TEST() 127 BumpPtrAllocator Alloc; in TEST()
|
/external/llvm/unittests/Support/ |
D | AllocatorTest.cpp | 19 BumpPtrAllocator Alloc; in TEST() 33 BumpPtrAllocator Alloc2 = std::move(Alloc); in TEST() 51 BumpPtrAllocator Alloc; in TEST() 63 BumpPtrAllocator Alloc; in TEST() 85 BumpPtrAllocator Alloc; in TEST() 106 BumpPtrAllocator Alloc; in TEST() 119 BumpPtrAllocator Alloc; in TEST() 127 BumpPtrAllocator Alloc; in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | StringSaver.h | 23 BumpPtrAllocator &Alloc; 26 StringSaver(BumpPtrAllocator &Alloc) : Alloc(Alloc) {} in StringSaver() 48 UniqueStringSaver(BumpPtrAllocator &Alloc) : Strings(Alloc) {} in UniqueStringSaver()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | AppendingTypeTableBuilder.h | 32 BumpPtrAllocator &RecordStorage; 39 explicit AppendingTypeTableBuilder(BumpPtrAllocator &Storage); 55 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
|
D | MergingTypeTableBuilder.h | 34 BumpPtrAllocator &RecordStorage; 48 explicit MergingTypeTableBuilder(BumpPtrAllocator &Storage); 64 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
|
D | SymbolSerializer.h | 30 BumpPtrAllocator &Storage; 50 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container); 53 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, in writeOneSymbol()
|
D | GlobalTypeTableBuilder.h | 34 BumpPtrAllocator &RecordStorage; 51 explicit GlobalTypeTableBuilder(BumpPtrAllocator &Storage); 67 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/ |
D | MappedBlockStream.cpp | 49 BumpPtrAllocator &Allocator) in MappedBlockStream() 55 BumpPtrAllocator &Allocator) { in createStream() 62 BumpPtrAllocator &Allocator) { in createIndexedStream() 74 BumpPtrAllocator &Allocator) { in createDirectoryStream() 84 BumpPtrAllocator &Allocator) { in createFpmStream() 313 WritableBinaryStreamRef MsfData, BumpPtrAllocator &Allocator) in WritableMappedBlockStream() 321 BumpPtrAllocator &Allocator) { in createStream() 330 BumpPtrAllocator &Allocator) { in createIndexedStream() 341 BumpPtrAllocator &Allocator) { in createDirectoryStream() 351 BumpPtrAllocator &Allocator, in createFpmStream()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 94 toCodeViewSubsection(BumpPtrAllocator &Allocator, 112 toCodeViewSubsection(BumpPtrAllocator &Allocator, 126 toCodeViewSubsection(BumpPtrAllocator &Allocator, 142 toCodeViewSubsection(BumpPtrAllocator &Allocator, 158 toCodeViewSubsection(BumpPtrAllocator &Allocator, 172 toCodeViewSubsection(BumpPtrAllocator &Allocator, 186 toCodeViewSubsection(BumpPtrAllocator &Allocator, 200 toCodeViewSubsection(BumpPtrAllocator &Allocator, 214 toCodeViewSubsection(BumpPtrAllocator &Allocator, 229 toCodeViewSubsection(BumpPtrAllocator &Allocator, [all …]
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableList.h | 151 BumpPtrAllocator& getAllocator() const { in getAllocator() 152 return *reinterpret_cast<BumpPtrAllocator*>(Allocator & ~0x1); in getAllocator() 157 : Allocator(reinterpret_cast<uintptr_t>(new BumpPtrAllocator())) {} in ImmutableListFactory() 159 ImmutableListFactory(BumpPtrAllocator& Alloc) in ImmutableListFactory() 177 BumpPtrAllocator& A = getAllocator(); in concat()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | ImmutableList.h | 154 BumpPtrAllocator& getAllocator() const { in getAllocator() 155 return *reinterpret_cast<BumpPtrAllocator*>(Allocator & ~0x1); in getAllocator() 160 : Allocator(reinterpret_cast<uintptr_t>(new BumpPtrAllocator())) {} in ImmutableListFactory() 162 ImmutableListFactory(BumpPtrAllocator& Alloc) in ImmutableListFactory() 180 BumpPtrAllocator& A = getAllocator(); in concat()
|
/external/llvm/include/llvm/Support/ |
D | StringSaver.h | 22 BumpPtrAllocator &Alloc; 25 StringSaver(BumpPtrAllocator &Alloc) : Alloc(Alloc) {} in StringSaver()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | StringSaver.h | 22 BumpPtrAllocator &Alloc; 25 StringSaver(BumpPtrAllocator &Alloc) : Alloc(Alloc) {} in StringSaver()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfStringPool.h | 30 StringMap<EntryTy, BumpPtrAllocator &> Pool; 38 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix);
|
D | DwarfFile.h | 41 BumpPtrAllocator AbbrevAllocator; 66 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfStringPool.h | 30 StringMap<EntryTy, BumpPtrAllocator &> Pool; 38 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix);
|
D | DwarfFile.h | 37 BumpPtrAllocator AbbrevAllocator; 75 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
|
/external/clang/include/clang/Analysis/Support/ |
D | BumpVector.h | 33 llvm::PointerIntPair<llvm::BumpPtrAllocator*, 1> Alloc; 37 BumpVectorContext() : Alloc(new llvm::BumpPtrAllocator(), 1) {} in BumpVectorContext() 47 BumpVectorContext(llvm::BumpPtrAllocator &A) : Alloc(&A, 0) {} in BumpVectorContext() 54 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); } in getAllocator()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PDBFile.h | 47 BumpPtrAllocator &Allocator); 104 BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() 124 BumpPtrAllocator &Allocator;
|
/external/clang/include/clang/Basic/ |
D | FileManager.h | 143 llvm::StringMap<DirectoryEntry*, llvm::BumpPtrAllocator> SeenDirEntries; 149 llvm::StringMap<FileEntry*, llvm::BumpPtrAllocator> SeenFileEntries; 155 llvm::BumpPtrAllocator CanonicalNameStorage;
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | MappedBlockStream.h | 48 llvm::BumpPtrAllocator &getAllocator() { return Pool; } in getAllocator() 61 mutable llvm::BumpPtrAllocator Pool;
|
/external/clang/include/clang/AST/ |
D | CommentCommandTraits.h | 137 CommandTraits(llvm::BumpPtrAllocator &Allocator, 180 llvm::BumpPtrAllocator &Allocator;
|
D | CommentParser.h | 41 llvm::BumpPtrAllocator &Allocator; 89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
|