Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h40 CodeViewContainer Container);
43 CodeViewContainer Container);
50 CodeViewContainer Container = CodeViewContainer::ObjectFile;
58 CodeViewContainer Container);
64 CodeViewContainer Container);
76 CodeViewContainer Container;
88 Stream, Info, codeview::CodeViewContainer::Pdb))
H A DSymbolRecordMapping.h24 CodeViewContainer Container) in SymbolRecordMapping()
27 CodeViewContainer Container) in SymbolRecordMapping()
42 CodeViewContainer Container;
H A DSymbolDeserializer.h27 MappingInfo(ArrayRef<uint8_t> RecordData, CodeViewContainer Container) in MappingInfo()
40 SymbolDeserializer S(nullptr, CodeViewContainer::ObjectFile); in deserializeAs()
57 CodeViewContainer Container) in SymbolDeserializer()
94 CodeViewContainer Container;
H A DSymbolDumper.h29 CodeViewContainer Container, in CVSymbolDumper()
51 CodeViewContainer Container;
H A DSymbolSerializer.h50 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
54 CodeViewContainer Container) { in writeOneSymbol()
H A DCodeView.h587 enum class CodeViewContainer { ObjectFile, Pdb }; enum
589 inline uint32_t alignOf(CodeViewContainer Container) { in alignOf()
590 if (Container == CodeViewContainer::ObjectFile) in alignOf()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp28 CodeViewContainer Container) in DebugSubsectionRecord()
33 CodeViewContainer Container) { in initialize()
57 std::shared_ptr<DebugSubsection> Subsection, CodeViewContainer Container) in DebugSubsectionRecordBuilder()
61 const DebugSubsectionRecord &Contents, CodeViewContainer Container) in DebugSubsectionRecordBuilder()
H A DSymbolSerializer.cpp23 CodeViewContainer Container) in SymbolSerializer()
H A DRecordName.cpp324 SymbolRecordMapping Mapping(Reader, CodeViewContainer::ObjectFile); in getSymbolName()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp81 assert(BulkSymbols.size() % alignOf(CodeViewContainer::Pdb) == 0 && in addSymbolsInBulk()
161 assert(SymbolWriter.getOffset() % alignOf(CodeViewContainer::Pdb) == 0 && in commit()
183 std::move(Subsection), CodeViewContainer::Pdb)); in addDebugSubsection()
189 SubsectionContents, CodeViewContainer::Pdb)); in addDebugSubsection()
H A DGSIStreamBuilder.cpp67 CodeViewContainer::Pdb)); in addSymbol()
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLSymbols.h38 codeview::CodeViewContainer Container) const;
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp215 CodeViewContainer Container) const = 0;
227 CodeViewContainer Container) const override { in toCodeViewSymbol()
244 CodeViewContainer Container) const override { in toCodeViewSymbol()
562 BumpPtrAllocator &Allocator, CodeViewContainer Container) const { in toCodeViewSymbol()
H A DCodeViewYAMLDebugSections.cpp495 Sym.toCodeViewSymbol(Allocator, CodeViewContainer::ObjectFile)); in toCodeViewSubsection()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp891 size_t Size = alignTo(Sym.length(), alignOf(CodeViewContainer::Pdb)); in copyAndAlignSymbol()
1028 alignTo(Sym.length(), alignOf(CodeViewContainer::Pdb)); in mergeSymbolRecords()
1048 Alloc.Allocate(TotalRealignedSize, alignOf(CodeViewContainer::Pdb)); in mergeSymbolRecords()
1517 ONS, Allocator, CodeViewContainer::Pdb)); in addCommonLinkerModuleSymbols()
1519 CS, Allocator, CodeViewContainer::Pdb)); in addCommonLinkerModuleSymbols()
1521 EBS, Allocator, CodeViewContainer::Pdb)); in addCommonLinkerModuleSymbols()
1535 Sym, Allocator, CodeViewContainer::Pdb)); in addLinkerModuleSectionSymbol()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1454 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::ObjectFile); in dumpModuleSymsForObj()
1508 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb); in dumpModuleSymsForPdb()
1547 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb); in dumpGSIRecords()
1586 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb); in dumpGlobals()
1692 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb); in dumpSymbolsFromGSI()
H A Dllvm-pdbutil.cpp810 Symbol.toCodeViewSymbol(Allocator, CodeViewContainer::Pdb)); in yamlToPdb()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1155 CVSymbolDumper CVSD(W, Types, CodeViewContainer::ObjectFile, std::move(CODD), in printCodeViewSymbolsSubsection()