/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugSubsectionRecord.h | 35 class DebugSubsectionRecord { 37 DebugSubsectionRecord(); 38 DebugSubsectionRecord(DebugSubsectionKind Kind, BinaryStreamRef Data); 40 static Error initialize(BinaryStreamRef Stream, DebugSubsectionRecord &Info); 58 DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents); 69 DebugSubsectionRecord Contents; 74 template <> struct VarStreamArrayExtractor<codeview::DebugSubsectionRecord> { 76 codeview::DebugSubsectionRecord &Info) { 80 if (auto EC = codeview::DebugSubsectionRecord::initialize(Stream, Info)) 89 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 | 21 class DebugSubsectionRecord; variable 64 Error visitDebugSubsection(const DebugSubsectionRecord &R, 74 for (const DebugSubsectionRecord &L : FragmentRange) { in visitDebugSubsections()
|
/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/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | DebugSubsectionRecord.cpp | 23 DebugSubsectionRecord::DebugSubsectionRecord() = default; 25 DebugSubsectionRecord::DebugSubsectionRecord(DebugSubsectionKind Kind, in DebugSubsectionRecord() function in DebugSubsectionRecord 29 Error DebugSubsectionRecord::initialize(BinaryStreamRef Stream, in initialize() 30 DebugSubsectionRecord &Info) { in initialize() 44 uint32_t DebugSubsectionRecord::getRecordLength() const { in getRecordLength() 48 DebugSubsectionKind DebugSubsectionRecord::kind() const { return Kind; } in kind() 50 BinaryStreamRef DebugSubsectionRecord::getRecordData() const { return Data; } in getRecordData() 57 const DebugSubsectionRecord &Contents) 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/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/llvm-project/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/ |
D | BUILD.gn | 22 "DebugSubsectionRecord.cpp",
|
/external/llvm-project/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/DebugInfo/PDB/Native/ |
D | DbiModuleDescriptorBuilder.h | 59 addDebugSubsection(const codeview::DebugSubsectionRecord &SubsectionContents);
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 113 const codeview::DebugSubsectionRecord &SS);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 113 const codeview::DebugSubsectionRecord &SS);
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | DbiModuleDescriptorBuilder.cpp | 185 const DebugSubsectionRecord &SubsectionContents) { in addDebugSubsection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | DbiModuleDescriptorBuilder.cpp | 188 const DebugSubsectionRecord &SubsectionContents) { in addDebugSubsection()
|
/external/llvm-project/lld/COFF/ |
D | PDB.cpp | 189 void mergeInlineeLines(const DebugSubsectionRecord &inlineeLines); 653 for (const DebugSubsectionRecord &ss : subsections) { in handleDebugS() 733 const DebugSubsectionRecord &inlineeSubsection) { in mergeInlineeLines() 1503 for (const DebugSubsectionRecord &ss : subsections) { in findLineTable()
|
D | InputFiles.cpp | 740 for (const DebugSubsectionRecord &ss : subsections) { in initializeFlags()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 892 const DebugSubsectionRecord &SS) { in fromCodeViewSubection()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 892 const DebugSubsectionRecord &SS) { in fromCodeViewSubection()
|