Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp56 DebugSubsectionRecordBuilder::DebugSubsectionRecordBuilder( in DebugSubsectionRecordBuilder() function in DebugSubsectionRecordBuilder
60 DebugSubsectionRecordBuilder::DebugSubsectionRecordBuilder( in DebugSubsectionRecordBuilder() function in DebugSubsectionRecordBuilder
64 uint32_t DebugSubsectionRecordBuilder::calculateSerializedLength() { in calculateSerializedLength()
72 Error DebugSubsectionRecordBuilder::commit(BinaryStreamWriter &Writer) const { in commit()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h55 class DebugSubsectionRecordBuilder {
57 DebugSubsectionRecordBuilder(std::shared_ptr<DebugSubsection> Subsection,
63 DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents,
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h29 class DebugSubsectionRecordBuilder; variable
97 std::vector<std::unique_ptr<codeview::DebugSubsectionRecordBuilder>>
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp182 C13Builders.push_back(llvm::make_unique<DebugSubsectionRecordBuilder>( in addDebugSubsection()
188 C13Builders.push_back(llvm::make_unique<DebugSubsectionRecordBuilder>( in addDebugSubsection()