Searched refs:CodeViewContainer (Results 1 – 19 of 19) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugSubsectionRecord.h | 40 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))
|
D | SymbolDeserializer.h | 27 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;
|
D | SymbolRecordMapping.h | 24 CodeViewContainer Container) in SymbolRecordMapping() 27 CodeViewContainer Container) in SymbolRecordMapping() 42 CodeViewContainer Container;
|
D | SymbolDumper.h | 29 CodeViewContainer Container, in CVSymbolDumper() 49 CodeViewContainer Container;
|
D | SymbolSerializer.h | 50 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container); 54 CodeViewContainer Container) { in writeOneSymbol()
|
D | CodeView.h | 570 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/ |
D | DebugSubsectionRecord.cpp | 28 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()
|
D | SymbolSerializer.cpp | 23 CodeViewContainer Container) in SymbolSerializer()
|
D | RecordName.cpp | 324 SymbolRecordMapping Mapping(Reader, CodeViewContainer::ObjectFile); in getSymbolName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | DbiModuleDescriptorBuilder.cpp | 72 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()
|
D | GSIStreamBuilder.cpp | 46 CodeViewContainer::Pdb)); in addSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLSymbols.h | 38 codeview::CodeViewContainer Container) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 215 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()
|
D | CodeViewYAMLDebugSections.cpp | 495 Sym.toCodeViewSymbol(Allocator, CodeViewContainer::ObjectFile)); in toCodeViewSubsection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | DumpOutputStyle.cpp | 1293 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()
|
D | llvm-pdbutil.cpp | 750 Symbol.toCodeViewSymbol(Allocator, CodeViewContainer::Pdb)); in yamlToPdb()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 163 CodeViewContainer::Pdb)); in writeSymbolRecordsImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2coff.cpp | 183 DebugSubsectionRecordBuilder B(SS, CodeViewContainer::ObjectFile); in toDebugS()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 1132 CVSymbolDumper CVSD(W, Types, CodeViewContainer::ObjectFile, std::move(CODD), in printCodeViewSymbolsSubsection()
|