Home
last modified time | relevance | path

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

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