Home
last modified time | relevance | path

Searched refs:DebugSubsectionRecord (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsectionRecord.h35 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>;
DStringsAndChecksums.h41 for (const DebugSubsectionRecord &R : FragmentRange) { in initialize()
71 void initializeStrings(const DebugSubsectionRecord &SR);
72 void initializeChecksums(const DebugSubsectionRecord &FCR);
DDebugSubsectionVisitor.h21 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/
DDebugSubsectionRecord.h35 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>;
DStringsAndChecksums.h41 for (const DebugSubsectionRecord &R : FragmentRange) { in initialize()
71 void initializeStrings(const DebugSubsectionRecord &SR);
72 void initializeChecksums(const DebugSubsectionRecord &FCR);
DDebugSubsectionVisitor.h23 class DebugSubsectionRecord; variable
67 Error visitDebugSubsection(const DebugSubsectionRecord &R,
77 for (const DebugSubsectionRecord &L : FragmentRange) { in visitDebugSubsections()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionRecord.cpp23 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()
DStringsAndChecksums.cpp33 const DebugSubsectionRecord &SR) { in initializeStrings()
72 const DebugSubsectionRecord &FCR) { in initializeChecksums()
DCMakeLists.txt16 DebugSubsectionRecord.cpp
DDebugSubsectionVisitor.cpp29 const DebugSubsectionRecord &R, DebugSubsectionVisitor &V, in visitDebugSubsection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionRecord.cpp23 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()
DStringsAndChecksums.cpp33 const DebugSubsectionRecord &SR) { in initializeStrings()
72 const DebugSubsectionRecord &FCR) { in initializeChecksums()
DCMakeLists.txt16 DebugSubsectionRecord.cpp
DDebugSubsectionVisitor.cpp29 const DebugSubsectionRecord &R, DebugSubsectionVisitor &V, in visitDebugSubsection()
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/
DBUILD.gn22 "DebugSubsectionRecord.cpp",
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.h59 addDebugSubsection(const codeview::DebugSubsectionRecord &SubsectionContents);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.h59 addDebugSubsection(const codeview::DebugSubsectionRecord &SubsectionContents);
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h113 const codeview::DebugSubsectionRecord &SS);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h113 const codeview::DebugSubsectionRecord &SS);
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.cpp185 const DebugSubsectionRecord &SubsectionContents) { in addDebugSubsection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.cpp188 const DebugSubsectionRecord &SubsectionContents) { in addDebugSubsection()
/external/llvm-project/lld/COFF/
DPDB.cpp189 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()
DInputFiles.cpp740 for (const DebugSubsectionRecord &ss : subsections) { in initializeFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp892 const DebugSubsectionRecord &SS) { in fromCodeViewSubection()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp892 const DebugSubsectionRecord &SS) { in fromCodeViewSubection()

12