Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsectionRecord.h55 class DebugSubsectionRecordBuilder {
57 DebugSubsectionRecordBuilder(std::shared_ptr<DebugSubsection> Subsection,
63 DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.h29 class DebugSubsectionRecordBuilder; variable
96 std::vector<std::unique_ptr<codeview::DebugSubsectionRecordBuilder>>
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.cpp176 C13Builders.push_back(llvm::make_unique<DebugSubsectionRecordBuilder>( in addDebugSubsection()
182 C13Builders.push_back(llvm::make_unique<DebugSubsectionRecordBuilder>( in addDebugSubsection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2coff.cpp180 std::vector<DebugSubsectionRecordBuilder> Builders; in toDebugS()
183 DebugSubsectionRecordBuilder B(SS, CodeViewContainer::ObjectFile); in toDebugS()