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.h54 class DebugSubsectionRecordBuilder {
57 DebugSubsectionRecordBuilder(std::shared_ptr<DebugSubsection> Subsection);
62 LLVM_ABI 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.h150 std::vector<codeview::DebugSubsectionRecordBuilder> C13Builders;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp170 std::vector<DebugSubsectionRecordBuilder> Builders; in toDebugS()
173 DebugSubsectionRecordBuilder B(SS); in toDebugS()