Searched refs:DebugSubsectionRecord (Results 1 – 13 of 13) 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>;
41 for (const DebugSubsectionRecord &R : FragmentRange) { in initialize()71 void initializeStrings(const DebugSubsectionRecord &SR);72 void initializeChecksums(const DebugSubsectionRecord &FCR);
21 class DebugSubsectionRecord; variable64 Error visitDebugSubsection(const DebugSubsectionRecord &R,74 for (const DebugSubsectionRecord &L : FragmentRange) { in visitDebugSubsections()
23 DebugSubsectionRecord::DebugSubsectionRecord() = default;25 DebugSubsectionRecord::DebugSubsectionRecord(DebugSubsectionKind Kind, in DebugSubsectionRecord() function in DebugSubsectionRecord29 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()
33 const DebugSubsectionRecord &SR) { in initializeStrings()72 const DebugSubsectionRecord &FCR) { in initializeChecksums()
16 DebugSubsectionRecord.cpp
29 const DebugSubsectionRecord &R, DebugSubsectionVisitor &V, in visitDebugSubsection()
22 "DebugSubsectionRecord.cpp",
23 DebugSubsectionRecord.cpp \
113 const codeview::DebugSubsectionRecord &SS);
105 addDebugSubsection(const codeview::DebugSubsectionRecord &SubsectionContents);
216 const DebugSubsectionRecord &SubsectionContents) { in addDebugSubsection()
892 const DebugSubsectionRecord &SS) { in fromCodeViewSubection()