Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsectionRecord.h39 CodeViewContainer Container);
42 CodeViewContainer Container);
49 CodeViewContainer Container = CodeViewContainer::ObjectFile;
57 CodeViewContainer Container);
63 CodeViewContainer Container);
75 CodeViewContainer Container;
87 Stream, Info, codeview::CodeViewContainer::Pdb))
DSymbolRecordMapping.h23 CodeViewContainer Container) in SymbolRecordMapping()
26 CodeViewContainer Container) in SymbolRecordMapping()
41 CodeViewContainer Container;
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;
DSymbolDumper.h28 CodeViewContainer Container, in CVSymbolDumper()
50 CodeViewContainer Container;
DSymbolSerializer.h49 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
53 CodeViewContainer Container) { in writeOneSymbol()
DCodeView.h604 enum class CodeViewContainer { ObjectFile, Pdb }; enum
606 inline uint32_t alignOf(CodeViewContainer Container) { in alignOf()
607 if (Container == CodeViewContainer::ObjectFile) in alignOf()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionRecord.cpp27 CodeViewContainer Container) in DebugSubsectionRecord()
32 CodeViewContainer Container) { in initialize()
56 std::shared_ptr<DebugSubsection> Subsection, CodeViewContainer Container) in DebugSubsectionRecordBuilder()
60 const DebugSubsectionRecord &Contents, CodeViewContainer Container) in DebugSubsectionRecordBuilder()
DSymbolSerializer.cpp22 CodeViewContainer Container) in SymbolSerializer()
DRecordName.cpp323 SymbolRecordMapping Mapping(Reader, CodeViewContainer::ObjectFile); in getSymbolName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.cpp80 assert(BulkSymbols.size() % alignOf(CodeViewContainer::Pdb) == 0 && in addSymbolsInBulk()
162 assert(SymbolWriter.getOffset() % alignOf(CodeViewContainer::Pdb) == 0 && in commit()
184 std::move(Subsection), CodeViewContainer::Pdb)); in addDebugSubsection()
190 SubsectionContents, CodeViewContainer::Pdb)); in addDebugSubsection()
DGSIStreamBuilder.cpp66 CodeViewContainer::Pdb)); in addSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLSymbols.h37 codeview::CodeViewContainer Container) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp214 CodeViewContainer Container) const = 0;
226 CodeViewContainer Container) const override { in toCodeViewSymbol()
243 CodeViewContainer Container) const override { in toCodeViewSymbol()
567 BumpPtrAllocator &Allocator, CodeViewContainer Container) const { in toCodeViewSymbol()
DCOFFEmitter.cpp190 DebugSubsectionRecordBuilder B(SS, CodeViewContainer::ObjectFile); in toDebugS()
DCodeViewYAMLDebugSections.cpp494 Sym.toCodeViewSymbol(Allocator, CodeViewContainer::ObjectFile)); in toCodeViewSubsection()