Searched refs:DebugSubsectionRecordBuilder (Results 1 – 5 of 5) sorted by relevance
51 DebugSubsectionRecordBuilder::DebugSubsectionRecordBuilder( in DebugSubsectionRecordBuilder() function in DebugSubsectionRecordBuilder55 DebugSubsectionRecordBuilder::DebugSubsectionRecordBuilder( in DebugSubsectionRecordBuilder() function in DebugSubsectionRecordBuilder59 uint32_t DebugSubsectionRecordBuilder::calculateSerializedLength() const { in calculateSerializedLength()67 Error DebugSubsectionRecordBuilder::commit(BinaryStreamWriter &Writer, in commit()
51 class DebugSubsectionRecordBuilder {53 DebugSubsectionRecordBuilder(std::shared_ptr<DebugSubsection> Subsection);58 DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents);
216 C13Builders.push_back(DebugSubsectionRecordBuilder(std::move(Subsection))); in addDebugSubsection()221 C13Builders.push_back(DebugSubsectionRecordBuilder(SubsectionContents)); in addDebugSubsection()
149 std::vector<codeview::DebugSubsectionRecordBuilder> C13Builders;
176 std::vector<DebugSubsectionRecordBuilder> Builders; in toDebugS()179 DebugSubsectionRecordBuilder B(SS); in toDebugS()