Home
last modified time | relevance | path

Searched refs:CodeViewContainer (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDeserializer.h26 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 DSymbolRecordMapping.h23 CodeViewContainer Container) in SymbolRecordMapping()
26 CodeViewContainer Container) in SymbolRecordMapping()
41 CodeViewContainer Container;
H A DSymbolDumper.h28 CodeViewContainer Container, in CVSymbolDumper()
50 CodeViewContainer Container;
H A DSymbolSerializer.h48 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
52 CodeViewContainer Container) { in writeOneSymbol()
H A DCodeView.h604 enum class CodeViewContainer { ObjectFile, Pdb }; enum
606 inline uint32_t alignOf(CodeViewContainer Container) { in alignOf()
607 if (Container == CodeViewContainer::ObjectFile) in alignOf()
H A DDebugSubsectionRecord.h61 Error commit(BinaryStreamWriter &Writer, CodeViewContainer Container) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp80 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 DGSIStreamBuilder.cpp366 CodeViewContainer::Pdb)); in serializeAndAddGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLSymbols.h37 codeview::CodeViewContainer Container) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSymbolSerializer.cpp22 CodeViewContainer Container) in SymbolSerializer()
H A DDebugSubsectionRecord.cpp69 CodeViewContainer Container) const { in commit()
H A DRecordName.cpp325 SymbolRecordMapping Mapping(Reader, CodeViewContainer::ObjectFile); in getSymbolName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp237 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 DCOFFEmitter.cpp199 Err(B.commit(Writer, CodeViewContainer::ObjectFile)); in toDebugS()
H A DCodeViewYAMLDebugSections.cpp494 Sym.toCodeViewSymbol(Allocator, CodeViewContainer::ObjectFile)); in toCodeViewSubsection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1534 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 Dllvm-pdbutil.cpp821 Symbol.toCodeViewSymbol(Allocator, CodeViewContainer::Pdb)); in yamlToPdb()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1209 CVSymbolDumper CVSD(W, Types, CodeViewContainer::ObjectFile, std::move(CODD), in printCodeViewSymbolsSubsection()