Searched refs:CodeViewYAML (Results 1 – 12 of 12) sorted by relevance
33 namespace CodeViewYAML {65 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::LeafRecord)66 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::MemberRecord)68 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::LeafRecord)69 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::MemberRecord)
30 namespace CodeViewYAML {58 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::DebugHSection)59 LLVM_YAML_DECLARE_SCALAR_TRAITS(CodeViewYAML::GlobalHash, QuotingType::None)60 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::GlobalHash)
25 namespace CodeViewYAML {46 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::SymbolRecord)47 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::SymbolRecord)
38 namespace CodeViewYAML {136 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::YAMLDebugSubsection)138 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::YAMLDebugSubsection)
74 std::vector<CodeViewYAML::YAMLDebugSubsection> DebugS;75 std::vector<CodeViewYAML::LeafRecord> DebugT;76 std::vector<CodeViewYAML::LeafRecord> DebugP;77 Optional<CodeViewYAML::DebugHSection> DebugH;
67 std::vector<CodeViewYAML::SymbolRecord> Symbols;74 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections;92 std::vector<CodeViewYAML::LeafRecord> Records;96 std::vector<CodeViewYAML::SymbolRecord> PubSyms;
261 CodeViewYAML::YAMLDebugSubsection::fromCodeViewSubection(SC, SS); in dumpDbiStream()274 auto ES = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(Sym); in dumpDbiStream()298 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpTpiStream()325 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record); in dumpIpiStream()361 auto ES = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(*Sym); in dumpPublics()
816 CodeViewYAML::initializeStringsAndChecksums(MI.Subsections, Strings); in yamlToPdb()818 auto CodeViewSubsections = ExitOnErr(CodeViewYAML::toCodeViewSubsectionList( in yamlToPdb()
24 using namespace llvm::CodeViewYAML;49 DebugHSection llvm::CodeViewYAML::fromDebugH(ArrayRef<uint8_t> DebugH) { in fromDebugH()68 ArrayRef<uint8_t> llvm::CodeViewYAML::toDebugH(const DebugHSection &DebugH, in toDebugH()
38 using namespace llvm::CodeViewYAML;39 using namespace llvm::CodeViewYAML::detail;203 namespace CodeViewYAML { namespace561 CVSymbol CodeViewYAML::SymbolRecord::toCodeViewSymbol( in toCodeViewSymbol()577 static inline Expected<CodeViewYAML::SymbolRecord>579 CodeViewYAML::SymbolRecord Result; in fromCodeViewSymbolImpl()588 Expected<CodeViewYAML::SymbolRecord>589 CodeViewYAML::SymbolRecord::fromCodeViewSymbol(CVSymbol Symbol) { in fromCodeViewSymbol()605 CodeViewYAML::SymbolRecord &Obj) { in mapSymbolRecordImpl()612 void MappingTraits<CodeViewYAML::SymbolRecord>::mapping( in mapping()[all …]
54 using namespace llvm::CodeViewYAML;55 using namespace llvm::CodeViewYAML::detail;85 namespace CodeViewYAML { namespace191 std::vector<CodeViewYAML::SymbolRecord> Symbols;677 auto S = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(Sym); in fromCodeViewSubsection()748 llvm::CodeViewYAML::toCodeViewSubsectionList( in toCodeViewSubsectionList()902 llvm::CodeViewYAML::fromDebugS(ArrayRef<uint8_t> Data, in fromDebugS()923 void llvm::CodeViewYAML::initializeStringsAndChecksums( in initializeStringsAndChecksums()
43 using namespace llvm::CodeViewYAML;44 using namespace llvm::CodeViewYAML::detail;76 namespace CodeViewYAML { namespace392 namespace CodeViewYAML { namespace511 namespace CodeViewYAML { namespace777 llvm::CodeViewYAML::fromDebugT(ArrayRef<uint8_t> DebugTorP, in fromDebugT()797 ArrayRef<uint8_t> llvm::CodeViewYAML::toDebugT(ArrayRef<LeafRecord> Leafs, in toDebugT()