Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h51 class DebugSubsectionRecordBuilder {
53 DebugSubsectionRecordBuilder(std::shared_ptr<DebugSubsection> Subsection);
58 DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents);
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h149 std::vector<codeview::DebugSubsectionRecordBuilder> C13Builders;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp176 std::vector<DebugSubsectionRecordBuilder> Builders; in toDebugS()
179 DebugSubsectionRecordBuilder B(SS); in toDebugS()