| /openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/ |
| D | MappedBlockStream.h | 43 BinaryStreamRef MsfData, BumpPtrAllocator &Allocator); 47 uint32_t StreamIndex, BumpPtrAllocator &Allocator); 51 BumpPtrAllocator &Allocator); 55 BumpPtrAllocator &Allocator); 68 BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() 78 BinaryStreamRef MsfData, BumpPtrAllocator &Allocator); 101 BumpPtrAllocator &Allocator; 109 WritableBinaryStreamRef MsfData, BumpPtrAllocator &Allocator); 113 uint32_t StreamIndex, BumpPtrAllocator &Allocator); 118 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;
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | StringSaver.h | 22 BumpPtrAllocator &Alloc; 25 StringSaver(BumpPtrAllocator &Alloc) : Alloc(Alloc) {} in StringSaver() 27 BumpPtrAllocator &getAllocator() const { return Alloc; } in getAllocator() 49 UniqueStringSaver(BumpPtrAllocator &Alloc) : Strings(Alloc) {} in UniqueStringSaver()
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/MSF/ |
| D | MappedBlockStream.cpp | 47 BumpPtrAllocator &Allocator) in MappedBlockStream() 53 BumpPtrAllocator &Allocator) { in createStream() 60 BumpPtrAllocator &Allocator) { in createIndexedStream() 72 BumpPtrAllocator &Allocator) { in createDirectoryStream() 82 BumpPtrAllocator &Allocator) { in createFpmStream() 311 WritableBinaryStreamRef MsfData, BumpPtrAllocator &Allocator) in WritableMappedBlockStream() 319 BumpPtrAllocator &Allocator) { in createStream() 328 BumpPtrAllocator &Allocator) { in createIndexedStream() 339 BumpPtrAllocator &Allocator) { in createDirectoryStream() 349 BumpPtrAllocator &Allocator, in createFpmStream()
|
| /openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/ |
| D | CodeViewYAMLDebugSections.cpp | 93 toCodeViewSubsection(BumpPtrAllocator &Allocator, 111 toCodeViewSubsection(BumpPtrAllocator &Allocator, 125 toCodeViewSubsection(BumpPtrAllocator &Allocator, 141 toCodeViewSubsection(BumpPtrAllocator &Allocator, 157 toCodeViewSubsection(BumpPtrAllocator &Allocator, 171 toCodeViewSubsection(BumpPtrAllocator &Allocator, 185 toCodeViewSubsection(BumpPtrAllocator &Allocator, 199 toCodeViewSubsection(BumpPtrAllocator &Allocator, 213 toCodeViewSubsection(BumpPtrAllocator &Allocator, 228 toCodeViewSubsection(BumpPtrAllocator &Allocator, [all …]
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| D | AppendingTypeTableBuilder.h | 28 BumpPtrAllocator &RecordStorage; 35 explicit AppendingTypeTableBuilder(BumpPtrAllocator &Storage); 52 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
|
| D | MergingTypeTableBuilder.h | 30 BumpPtrAllocator &RecordStorage; 44 explicit MergingTypeTableBuilder(BumpPtrAllocator &Storage); 61 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
|
| D | SymbolSerializer.h | 29 BumpPtrAllocator &Storage; 49 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container); 52 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, in writeOneSymbol()
|
| D | GlobalTypeTableBuilder.h | 31 BumpPtrAllocator &RecordStorage; 48 explicit GlobalTypeTableBuilder(BumpPtrAllocator &Storage); 65 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ADT/ |
| D | ImmutableList.h | 161 BumpPtrAllocator& getAllocator() const { in getAllocator() 162 return *reinterpret_cast<BumpPtrAllocator*>(Allocator & ~0x1); in getAllocator() 167 : Allocator(reinterpret_cast<uintptr_t>(new BumpPtrAllocator())) {} in ImmutableListFactory() 169 ImmutableListFactory(BumpPtrAllocator& Alloc) in ImmutableListFactory() 188 BumpPtrAllocator& A = getAllocator(); in concat()
|
| /openbsd/src/gnu/llvm/lld/include/lld/Common/ |
| D | CommonLinkerContext.h | 39 llvm::BumpPtrAllocator bAlloc; 58 inline llvm::BumpPtrAllocator &bAlloc() { return context().bAlloc; } in bAlloc()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Analysis/Support/ |
| D | BumpVector.h | 33 llvm::PointerIntPair<llvm::BumpPtrAllocator*, 1> Alloc; 38 BumpVectorContext() : Alloc(new llvm::BumpPtrAllocator(), 1) {} in BumpVectorContext() 48 BumpVectorContext(llvm::BumpPtrAllocator &A) : Alloc(&A, 0) {} in BumpVectorContext() 55 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); } in getAllocator()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfStringPool.h | 29 StringMap<EntryTy, BumpPtrAllocator &> Pool; 40 DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, StringRef Prefix);
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | PDBFile.h | 45 BumpPtrAllocator &Allocator); 108 BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() 124 BumpPtrAllocator &Allocator;
|
| D | PDBFileBuilder.h | 41 explicit PDBFileBuilder(BumpPtrAllocator &Allocator); 89 BumpPtrAllocator &Allocator;
|
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | FileSystemStatCache.h | 72 llvm::StringMap<llvm::vfs::Status, llvm::BumpPtrAllocator> StatCalls; 76 llvm::BumpPtrAllocator>::const_iterator;
|
| D | FileManager.h | 86 llvm::StringMap<llvm::ErrorOr<DirectoryEntry &>, llvm::BumpPtrAllocator> 94 llvm::StringMap<llvm::ErrorOr<FileEntryRef::MapValue>, llvm::BumpPtrAllocator> 111 llvm::BumpPtrAllocator CanonicalNameStorage;
|
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | CommentCommandTraits.h | 136 CommandTraits(llvm::BumpPtrAllocator &Allocator, 179 llvm::BumpPtrAllocator &Allocator;
|
| D | CommentParser.h | 40 llvm::BumpPtrAllocator &Allocator; 88 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| D | NativeSession.cpp | 66 std::unique_ptr<BumpPtrAllocator> Allocator) in NativeSession() 78 auto Allocator = std::make_unique<BumpPtrAllocator>(); in createFromPdb() 92 loadPdbFile(StringRef PdbPath, std::unique_ptr<BumpPtrAllocator> &Allocator) { in loadPdbFile() 121 auto Allocator = std::make_unique<BumpPtrAllocator>(); in createFromPdbPath() 161 auto Allocator = std::make_unique<BumpPtrAllocator>(); in createFromExe() 188 auto Allocator = std::make_unique<BumpPtrAllocator>(); in searchForPdb()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/ |
| D | PostfixExpression.h | 207 inline T *MakeNode(llvm::BumpPtrAllocator &alloc, Args &&... args) { in MakeNode() 215 Node *ParseOneExpression(llvm::StringRef expr, llvm::BumpPtrAllocator &alloc); 218 ParseFPOProgram(llvm::StringRef prog, llvm::BumpPtrAllocator &alloc);
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| D | NVPTXTargetMachine.h | 34 BumpPtrAllocator StrAlloc; 67 createMachineFunctionInfo(BumpPtrAllocator &Allocator, const Function &F,
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| D | AppendingTypeTableBuilder.cpp | 27 AppendingTypeTableBuilder::AppendingTypeTableBuilder(BumpPtrAllocator &Storage) in AppendingTypeTableBuilder() 70 static ArrayRef<uint8_t> stabilize(BumpPtrAllocator &RecordStorage, in stabilize()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| D | PdbFPOProgramToDWARFExpression.cpp | 58 llvm::BumpPtrAllocator &alloc) { in ResolveFPOProgram() 95 llvm::BumpPtrAllocator node_alloc; in TranslateFPOProgramToDWARFExpression()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Lex/ |
| D | HeaderSearch.h | 255 llvm::StringMap<unsigned, llvm::BumpPtrAllocator> SearchDirHeaderMapIndex; 300 llvm::StringMap<LookupFileCacheInfo, llvm::BumpPtrAllocator> LookupFileCache; 304 llvm::StringMap<FrameworkCacheEntry, llvm::BumpPtrAllocator> FrameworkMap; 310 llvm::StringMap<std::string, llvm::BumpPtrAllocator>; 331 llvm::StringSet<llvm::BumpPtrAllocator> FrameworkNames;
|