Home
last modified time | relevance | path

Searched refs:CodeViewYAML (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLTypes.h32 namespace CodeViewYAML {
64 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::LeafRecord)
65 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::MemberRecord)
67 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::LeafRecord)
68 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::MemberRecord)
DCodeViewYAMLTypeHashing.h29 namespace CodeViewYAML {
57 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::DebugHSection)
58 LLVM_YAML_DECLARE_SCALAR_TRAITS(CodeViewYAML::GlobalHash, QuotingType::None)
59 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::GlobalHash)
DCodeViewYAMLSymbols.h24 namespace CodeViewYAML {
45 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::SymbolRecord)
46 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::SymbolRecord)
DCodeViewYAMLDebugSections.h37 namespace CodeViewYAML {
135 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::YAMLDebugSubsection)
137 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::YAMLDebugSubsection)
DCOFFYAML.h73 std::vector<CodeViewYAML::YAMLDebugSubsection> DebugS;
74 std::vector<CodeViewYAML::LeafRecord> DebugT;
75 std::vector<CodeViewYAML::LeafRecord> DebugP;
76 Optional<CodeViewYAML::DebugHSection> DebugH;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypeHashing.cpp23 using namespace llvm::CodeViewYAML;
48 DebugHSection llvm::CodeViewYAML::fromDebugH(ArrayRef<uint8_t> DebugH) { in fromDebugH()
67 ArrayRef<uint8_t> llvm::CodeViewYAML::toDebugH(const DebugHSection &DebugH, in toDebugH()
DCodeViewYAMLSymbols.cpp37 using namespace llvm::CodeViewYAML;
38 using namespace llvm::CodeViewYAML::detail;
202 namespace CodeViewYAML { namespace
566 CVSymbol CodeViewYAML::SymbolRecord::toCodeViewSymbol( in toCodeViewSymbol()
582 static inline Expected<CodeViewYAML::SymbolRecord>
584 CodeViewYAML::SymbolRecord Result; in fromCodeViewSymbolImpl()
593 Expected<CodeViewYAML::SymbolRecord>
594 CodeViewYAML::SymbolRecord::fromCodeViewSymbol(CVSymbol Symbol) { in fromCodeViewSymbol()
610 CodeViewYAML::SymbolRecord &Obj) { in mapSymbolRecordImpl()
617 void MappingTraits<CodeViewYAML::SymbolRecord>::mapping( in mapping()
[all …]
DCodeViewYAMLDebugSections.cpp53 using namespace llvm::CodeViewYAML;
54 using namespace llvm::CodeViewYAML::detail;
84 namespace CodeViewYAML { namespace
190 std::vector<CodeViewYAML::SymbolRecord> Symbols;
676 auto S = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(Sym); in fromCodeViewSubsection()
747 llvm::CodeViewYAML::toCodeViewSubsectionList( in toCodeViewSubsectionList()
901 llvm::CodeViewYAML::fromDebugS(ArrayRef<uint8_t> Data, in fromDebugS()
922 void llvm::CodeViewYAML::initializeStringsAndChecksums( in initializeStringsAndChecksums()
DCOFFEmitter.cpp180 toDebugS(ArrayRef<CodeViewYAML::YAMLDebugSubsection> Subsections, in toDebugS()
185 Err(CodeViewYAML::toCodeViewSubsectionList(Allocator, Subsections, SC)); in toDebugS()
223 CodeViewYAML::initializeStringsAndChecksums(S.DebugS, in layoutCOFF()
243 S.SectionData = CodeViewYAML::toDebugT(S.DebugT, CP.Allocator, S.Name); in layoutCOFF()
246 S.SectionData = CodeViewYAML::toDebugT(S.DebugP, CP.Allocator, S.Name); in layoutCOFF()
249 S.SectionData = CodeViewYAML::toDebugH(*S.DebugH, CP.Allocator); in layoutCOFF()
DCodeViewYAMLTypes.cpp42 using namespace llvm::CodeViewYAML;
43 using namespace llvm::CodeViewYAML::detail;
75 namespace CodeViewYAML { namespace
391 namespace CodeViewYAML { namespace
510 namespace CodeViewYAML { namespace
776 llvm::CodeViewYAML::fromDebugT(ArrayRef<uint8_t> DebugTorP, in fromDebugT()
796 ArrayRef<uint8_t> llvm::CodeViewYAML::toDebugT(ArrayRef<LeafRecord> Leafs, in toDebugT()