Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypes.h33 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)
H A DCodeViewYAMLTypeHashing.h30 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)
H A DCodeViewYAMLSymbols.h25 namespace CodeViewYAML {
46 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::SymbolRecord)
47 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::SymbolRecord)
H A DCodeViewYAMLDebugSections.h38 namespace CodeViewYAML {
136 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::YAMLDebugSubsection)
138 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::YAMLDebugSubsection)
H A DCOFFYAML.h74 std::vector<CodeViewYAML::YAMLDebugSubsection> DebugS;
75 std::vector<CodeViewYAML::LeafRecord> DebugT;
76 std::vector<CodeViewYAML::LeafRecord> DebugP;
77 Optional<CodeViewYAML::DebugHSection> DebugH;
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h67 std::vector<CodeViewYAML::SymbolRecord> Symbols;
74 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections;
92 std::vector<CodeViewYAML::LeafRecord> Records;
96 std::vector<CodeViewYAML::SymbolRecord> PubSyms;
H A DYAMLOutputStyle.cpp261 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()
H A Dllvm-pdbutil.cpp816 CodeViewYAML::initializeStringsAndChecksums(MI.Subsections, Strings); in yamlToPdb()
818 auto CodeViewSubsections = ExitOnErr(CodeViewYAML::toCodeViewSubsectionList( in yamlToPdb()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp24 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()
H A DCodeViewYAMLSymbols.cpp38 using namespace llvm::CodeViewYAML;
39 using namespace llvm::CodeViewYAML::detail;
203 namespace CodeViewYAML { namespace
561 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 …]
H A DCodeViewYAMLDebugSections.cpp54 using namespace llvm::CodeViewYAML;
55 using namespace llvm::CodeViewYAML::detail;
85 namespace CodeViewYAML { namespace
191 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()
H A DCodeViewYAMLTypes.cpp43 using namespace llvm::CodeViewYAML;
44 using namespace llvm::CodeViewYAML::detail;
76 namespace CodeViewYAML { namespace
392 namespace CodeViewYAML { namespace
511 namespace CodeViewYAML { namespace
777 llvm::CodeViewYAML::fromDebugT(ArrayRef<uint8_t> DebugTorP, in fromDebugT()
797 ArrayRef<uint8_t> llvm::CodeViewYAML::toDebugT(ArrayRef<LeafRecord> Leafs, in toDebugT()