Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
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))
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;
DSymbolRecordMapping.h24 CodeViewContainer Container) in SymbolRecordMapping()
27 CodeViewContainer Container) in SymbolRecordMapping()
42 CodeViewContainer Container;
DSymbolDumper.h29 CodeViewContainer Container, in CVSymbolDumper()
49 CodeViewContainer Container;
DSymbolSerializer.h50 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
54 CodeViewContainer Container) { in writeOneSymbol()
DCodeView.h570 enum class CodeViewContainer { ObjectFile, Pdb }; enum
572 inline uint32_t alignOf(CodeViewContainer Container) { in alignOf()
573 if (Container == CodeViewContainer::ObjectFile) in alignOf()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
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()
DSymbolSerializer.cpp23 CodeViewContainer Container) in SymbolSerializer()
DRecordName.cpp324 SymbolRecordMapping Mapping(Reader, CodeViewContainer::ObjectFile); in getSymbolName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.cpp72 assert(Symbol.length() % alignOf(CodeViewContainer::Pdb) == 0 && in addSymbol()
156 assert(SymbolWriter.getOffset() % alignOf(CodeViewContainer::Pdb) == 0 && in commit()
177 std::move(Subsection), CodeViewContainer::Pdb)); in addDebugSubsection()
183 SubsectionContents, CodeViewContainer::Pdb)); in addDebugSubsection()
DGSIStreamBuilder.cpp46 CodeViewContainer::Pdb)); in addSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLSymbols.h38 codeview::CodeViewContainer Container) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
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()
DCodeViewYAMLDebugSections.cpp495 Sym.toCodeViewSymbol(Allocator, CodeViewContainer::ObjectFile)); in toCodeViewSubsection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1293 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::ObjectFile); in dumpModuleSymsForObj()
1347 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb); in dumpModuleSymsForPdb()
1385 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb); in dumpGSIRecords()
1496 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb); in dumpSymbolsFromGSI()
Dllvm-pdbutil.cpp750 Symbol.toCodeViewSymbol(Allocator, CodeViewContainer::Pdb)); in yamlToPdb()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp163 CodeViewContainer::Pdb)); in writeSymbolRecordsImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2coff.cpp183 DebugSubsectionRecordBuilder B(SS, CodeViewContainer::ObjectFile); in toDebugS()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1132 CVSymbolDumper CVSD(W, Types, CodeViewContainer::ObjectFile, std::move(CODD), in printCodeViewSymbolsSubsection()