Home
last modified time | relevance | path

Searched refs:BumpPtrAllocator (Results 1 – 25 of 245) sorted by relevance

12345678910

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
DMappedBlockStream.h46 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 …]
DMSFBuilder.h57 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/
DAllocatorTest.cpp19 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/
DAllocatorTest.cpp19 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/
DStringSaver.h23 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/
DAppendingTypeTableBuilder.h32 BumpPtrAllocator &RecordStorage;
39 explicit AppendingTypeTableBuilder(BumpPtrAllocator &Storage);
55 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
DMergingTypeTableBuilder.h34 BumpPtrAllocator &RecordStorage;
48 explicit MergingTypeTableBuilder(BumpPtrAllocator &Storage);
64 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
DSymbolSerializer.h30 BumpPtrAllocator &Storage;
50 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
53 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, in writeOneSymbol()
DGlobalTypeTableBuilder.h34 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/
DMappedBlockStream.cpp49 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/
DCodeViewYAMLDebugSections.cpp94 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/
DImmutableList.h151 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/
DImmutableList.h154 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/
DStringSaver.h22 BumpPtrAllocator &Alloc;
25 StringSaver(BumpPtrAllocator &Alloc) : Alloc(Alloc) {} in StringSaver()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DStringSaver.h22 BumpPtrAllocator &Alloc;
25 StringSaver(BumpPtrAllocator &Alloc) : Alloc(Alloc) {} in StringSaver()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.h30 StringMap<EntryTy, BumpPtrAllocator &> Pool;
38 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix);
DDwarfFile.h41 BumpPtrAllocator AbbrevAllocator;
66 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.h30 StringMap<EntryTy, BumpPtrAllocator &> Pool;
38 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix);
DDwarfFile.h37 BumpPtrAllocator AbbrevAllocator;
75 DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA);
/external/clang/include/clang/Analysis/Support/
DBumpVector.h33 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/
DPDBFile.h47 BumpPtrAllocator &Allocator);
104 BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator()
124 BumpPtrAllocator &Allocator;
/external/clang/include/clang/Basic/
DFileManager.h143 llvm::StringMap<DirectoryEntry*, llvm::BumpPtrAllocator> SeenDirEntries;
149 llvm::StringMap<FileEntry*, llvm::BumpPtrAllocator> SeenFileEntries;
155 llvm::BumpPtrAllocator CanonicalNameStorage;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DMappedBlockStream.h48 llvm::BumpPtrAllocator &getAllocator() { return Pool; } in getAllocator()
61 mutable llvm::BumpPtrAllocator Pool;
/external/clang/include/clang/AST/
DCommentCommandTraits.h137 CommandTraits(llvm::BumpPtrAllocator &Allocator,
180 llvm::BumpPtrAllocator &Allocator;
DCommentParser.h41 llvm::BumpPtrAllocator &Allocator;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,

12345678910