Home
last modified time | relevance | path

Searched refs:DebugSubsectionRecordBuilder (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp51 DebugSubsectionRecordBuilder::DebugSubsectionRecordBuilder( in DebugSubsectionRecordBuilder() function in DebugSubsectionRecordBuilder
55 DebugSubsectionRecordBuilder::DebugSubsectionRecordBuilder( in DebugSubsectionRecordBuilder() function in DebugSubsectionRecordBuilder
59 uint32_t DebugSubsectionRecordBuilder::calculateSerializedLength() const { in calculateSerializedLength()
67 Error DebugSubsectionRecordBuilder::commit(BinaryStreamWriter &Writer, in commit()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h51 class DebugSubsectionRecordBuilder {
53 DebugSubsectionRecordBuilder(std::shared_ptr<DebugSubsection> Subsection);
58 DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents);
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp216 C13Builders.push_back(DebugSubsectionRecordBuilder(std::move(Subsection))); in addDebugSubsection()
221 C13Builders.push_back(DebugSubsectionRecordBuilder(SubsectionContents)); in addDebugSubsection()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h151 std::vector<codeview::DebugSubsectionRecordBuilder> C13Builders;
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp179 std::vector<DebugSubsectionRecordBuilder> Builders; in toDebugS()
182 DebugSubsectionRecordBuilder B(SS); in toDebugS()