Searched refs:CodeViewContainer (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolDeserializer.h | 26 MappingInfo(ArrayRef<uint8_t> RecordData, CodeViewContainer Container) in MappingInfo() 39 SymbolDeserializer S(nullptr, CodeViewContainer::ObjectFile); in deserializeAs() 56 CodeViewContainer Container) in SymbolDeserializer() 93 CodeViewContainer Container;
|
H A D | SymbolRecordMapping.h | 23 CodeViewContainer Container) in SymbolRecordMapping() 26 CodeViewContainer Container) in SymbolRecordMapping() 41 CodeViewContainer Container;
|
H A D | SymbolDumper.h | 28 CodeViewContainer Container, in CVSymbolDumper() 50 CodeViewContainer Container;
|
H A D | SymbolSerializer.h | 48 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container); 52 CodeViewContainer Container) { in writeOneSymbol()
|
H A D | CodeView.h | 604 enum class CodeViewContainer { ObjectFile, Pdb }; enum 606 inline uint32_t alignOf(CodeViewContainer Container) { in alignOf() 607 if (Container == CodeViewContainer::ObjectFile) in alignOf()
|
H A D | DebugSubsectionRecord.h | 61 Error commit(BinaryStreamWriter &Writer, CodeViewContainer Container) const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiModuleDescriptorBuilder.cpp | 80 assert(BulkSymbols.size() % alignOf(CodeViewContainer::Pdb) == 0 && in addSymbolsInBulk() 92 assert(SymLength % alignOf(CodeViewContainer::Pdb) == 0 && in addUnmergedSymbols() 192 assert(SymbolWriter.getOffset() % alignOf(CodeViewContainer::Pdb) == 0 && in commitSymbolStream() 196 if (auto EC = Builder.commit(SymbolWriter, CodeViewContainer::Pdb)) in commitSymbolStream()
|
H A D | GSIStreamBuilder.cpp | 366 CodeViewContainer::Pdb)); in serializeAndAddGlobal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
H A D | CodeViewYAMLSymbols.h | 37 codeview::CodeViewContainer Container) const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolSerializer.cpp | 22 CodeViewContainer Container) in SymbolSerializer()
|
H A D | DebugSubsectionRecord.cpp | 69 CodeViewContainer Container) const { in commit()
|
H A D | RecordName.cpp | 325 SymbolRecordMapping Mapping(Reader, CodeViewContainer::ObjectFile); in getSymbolName()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLSymbols.cpp | 237 CodeViewContainer Container) const = 0; 249 CodeViewContainer Container) const override { in toCodeViewSymbol() 266 CodeViewContainer Container) const override { in toCodeViewSymbol() 590 BumpPtrAllocator &Allocator, CodeViewContainer Container) const { in toCodeViewSymbol()
|
H A D | COFFEmitter.cpp | 199 Err(B.commit(Writer, CodeViewContainer::ObjectFile)); in toDebugS()
|
H A D | CodeViewYAMLDebugSections.cpp | 494 Sym.toCodeViewSymbol(Allocator, CodeViewContainer::ObjectFile)); in toCodeViewSubsection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | DumpOutputStyle.cpp | 1534 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::ObjectFile); in dumpModuleSymsForObj() 1588 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb); in dumpModuleSymsForPdb() 1655 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb); in dumpGSIRecords() 1694 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb); in dumpGlobals() 1800 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb); in dumpSymbolsFromGSI()
|
H A D | llvm-pdbutil.cpp | 821 Symbol.toCodeViewSymbol(Allocator, CodeViewContainer::Pdb)); in yamlToPdb()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 1209 CVSymbolDumper CVSD(W, Types, CodeViewContainer::ObjectFile, std::move(CODD), in printCodeViewSymbolsSubsection()
|