Searched refs:DebugSubsectionRecord (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugSubsectionRecord.h | 35 class DebugSubsectionRecord { 37 DebugSubsectionRecord(); 38 DebugSubsectionRecord(DebugSubsectionKind Kind, BinaryStreamRef Data, 41 static Error initialize(BinaryStreamRef Stream, DebugSubsectionRecord &Info, 62 DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents, 73 DebugSubsectionRecord Contents; 80 template <> struct VarStreamArrayExtractor<codeview::DebugSubsectionRecord> { 82 codeview::DebugSubsectionRecord &Info) { 86 if (auto EC = codeview::DebugSubsectionRecord::initialize( 96 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
|
D | StringsAndChecksums.h | 41 for (const DebugSubsectionRecord &R : FragmentRange) { in initialize() 71 void initializeStrings(const DebugSubsectionRecord &SR); 72 void initializeChecksums(const DebugSubsectionRecord &FCR);
|
D | DebugSubsectionVisitor.h | 23 class DebugSubsectionRecord; variable 67 Error visitDebugSubsection(const DebugSubsectionRecord &R, 77 for (const DebugSubsectionRecord &L : FragmentRange) { in visitDebugSubsections()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugSubsectionRecord.cpp | 23 DebugSubsectionRecord::DebugSubsectionRecord() = default; 25 DebugSubsectionRecord::DebugSubsectionRecord(DebugSubsectionKind Kind, in DebugSubsectionRecord() function in DebugSubsectionRecord 30 Error DebugSubsectionRecord::initialize(BinaryStreamRef Stream, in initialize() 31 DebugSubsectionRecord &Info, in initialize() 47 uint32_t DebugSubsectionRecord::getRecordLength() const { in getRecordLength() 51 DebugSubsectionKind DebugSubsectionRecord::kind() const { return Kind; } in kind() 53 BinaryStreamRef DebugSubsectionRecord::getRecordData() const { return Data; } in getRecordData() 60 const DebugSubsectionRecord &Contents, CodeViewContainer Container) in DebugSubsectionRecordBuilder()
|
D | StringsAndChecksums.cpp | 33 const DebugSubsectionRecord &SR) { in initializeStrings() 72 const DebugSubsectionRecord &FCR) { in initializeChecksums()
|
D | CMakeLists.txt | 16 DebugSubsectionRecord.cpp
|
D | DebugSubsectionVisitor.cpp | 29 const DebugSubsectionRecord &R, DebugSubsectionVisitor &V, in visitDebugSubsection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | DbiModuleDescriptorBuilder.h | 59 addDebugSubsection(const codeview::DebugSubsectionRecord &SubsectionContents);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 113 const codeview::DebugSubsectionRecord &SS);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | DbiModuleDescriptorBuilder.cpp | 188 const DebugSubsectionRecord &SubsectionContents) { in addDebugSubsection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 892 const DebugSubsectionRecord &SS) { in fromCodeViewSubection()
|