Searched refs:DebugSubsectionRecord (Results 1 – 14 of 14) sorted by relevance
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>;
43 for (const DebugSubsectionRecord &R : FragmentRange) { in initialize()73 void initializeStrings(const DebugSubsectionRecord &SR);74 void initializeChecksums(const DebugSubsectionRecord &FCR);
20 class DebugSubsectionRecord; variable63 Error visitDebugSubsection(const DebugSubsectionRecord &R,73 for (const DebugSubsectionRecord &L : FragmentRange) { in visitDebugSubsections()
22 DebugSubsectionRecord::DebugSubsectionRecord() = default;24 DebugSubsectionRecord::DebugSubsectionRecord(DebugSubsectionKind Kind, in DebugSubsectionRecord() function in DebugSubsectionRecord28 Error DebugSubsectionRecord::initialize(BinaryStreamRef Stream, in initialize()29 DebugSubsectionRecord &Info) { in initialize()43 uint32_t DebugSubsectionRecord::getRecordLength() const { in getRecordLength()47 DebugSubsectionKind DebugSubsectionRecord::kind() const { return Kind; } in kind()49 BinaryStreamRef DebugSubsectionRecord::getRecordData() const { return Data; } in getRecordData()56 const DebugSubsectionRecord &Contents) in DebugSubsectionRecordBuilder()
32 const DebugSubsectionRecord &SR) { in initializeStrings()71 const DebugSubsectionRecord &FCR) { in initializeChecksums()
30 const DebugSubsectionRecord &R, DebugSubsectionVisitor &V, in visitDebugSubsection()
113 const codeview::DebugSubsectionRecord &SS);
103 addDebugSubsection(const codeview::DebugSubsectionRecord &SubsectionContents);
226 const DebugSubsectionRecord &ss);229 const DebugSubsectionRecord &ss);663 for (const DebugSubsectionRecord &ss : subsections) { in writeAllModuleSymbolRecords()769 for (const DebugSubsectionRecord &ss : subsections) { in handleDebugS()887 const DebugSubsectionRecord &ss) { in addUnrelocatedSubsection()898 const DebugSubsectionRecord &ss) { in addFrameDataSubsection()1779 for (const DebugSubsectionRecord &ss : subsections) { in findLineTable()
755 for (const DebugSubsectionRecord &ss : subsections) { in initializeFlags()
220 const DebugSubsectionRecord &SubsectionContents) { in addDebugSubsection()
892 const DebugSubsectionRecord &SS) { in fromCodeViewSubection()
1200 for (const DebugSubsectionRecord &dssr : in ParseLineTable()
539 SRCS_MIN+= DebugInfo/CodeView/DebugSubsectionRecord.cpp