Searched refs:DebugSubsectionRecordBuilder (Results 1 – 5 of 5) sorted by relevance
52 DebugSubsectionRecordBuilder::DebugSubsectionRecordBuilder( in DebugSubsectionRecordBuilder() function in DebugSubsectionRecordBuilder56 DebugSubsectionRecordBuilder::DebugSubsectionRecordBuilder( in DebugSubsectionRecordBuilder() function in DebugSubsectionRecordBuilder60 uint32_t DebugSubsectionRecordBuilder::calculateSerializedLength() const { in calculateSerializedLength()68 Error DebugSubsectionRecordBuilder::commit(BinaryStreamWriter &Writer, in commit()
51 class DebugSubsectionRecordBuilder {53 DebugSubsectionRecordBuilder(std::shared_ptr<DebugSubsection> Subsection);58 DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents);
28 class DebugSubsectionRecordBuilder; variable153 std::vector<codeview::DebugSubsectionRecordBuilder> C13Builders;
212 C13Builders.push_back(DebugSubsectionRecordBuilder(std::move(Subsection))); in addDebugSubsection()217 C13Builders.push_back(DebugSubsectionRecordBuilder(SubsectionContents)); in addDebugSubsection()
186 std::vector<DebugSubsectionRecordBuilder> Builders; in toDebugS()189 DebugSubsectionRecordBuilder B(SS); in toDebugS()