HomeSort by: relevance | last modified time | path
    Searched refs:CodeViewYAML (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
CodeViewYAMLSymbols.h 24 namespace CodeViewYAML {
42 } // end namespace CodeViewYAML
45 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::SymbolRecord)
46 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::SymbolRecord)
CodeViewYAMLTypes.h 32 namespace CodeViewYAML {
58 } // end 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)
CodeViewYAMLTypeHashing.h 29 namespace CodeViewYAML {
53 } // end 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)
CodeViewYAMLDebugSections.h 37 namespace CodeViewYAML {
131 } // end namespace CodeViewYAML
135 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::YAMLDebugSubsection)
137 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::YAMLDebugSubsection)
COFFYAML.h 73 std::vector<CodeViewYAML::YAMLDebugSubsection> DebugS;
74 std::vector<CodeViewYAML::LeafRecord> DebugT;
75 std::vector<CodeViewYAML::LeafRecord> DebugP;
76 Optional<CodeViewYAML::DebugHSection> DebugH;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PdbYaml.h 66 std::vector<CodeViewYAML::SymbolRecord> Symbols;
73 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections;
91 std::vector<CodeViewYAML::LeafRecord> Records;
95 std::vector<CodeViewYAML::SymbolRecord> PubSyms;
YAMLOutputStyle.cpp 257 CodeViewYAML::YAMLDebugSubsection::fromCodeViewSubection(SC, SS);
270 auto ES = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(Sym);
294 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record);
321 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record);
357 auto ES = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(*Sym);
llvm-pdbutil.cpp 827 CodeViewYAML::initializeStringsAndChecksums(MI.Subsections, Strings);
829 auto CodeViewSubsections = ExitOnErr(CodeViewYAML::toCodeViewSubsectionList(
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypeHashing.cpp 23 using namespace llvm::CodeViewYAML;
48 DebugHSection llvm::CodeViewYAML::fromDebugH(ArrayRef<uint8_t> DebugH) {
67 ArrayRef<uint8_t> llvm::CodeViewYAML::toDebugH(const DebugHSection &DebugH,
CodeViewYAMLSymbols.cpp 37 using namespace llvm::CodeViewYAML;
38 using namespace llvm::CodeViewYAML::detail;
225 namespace CodeViewYAML {
586 } // end namespace CodeViewYAML
589 CVSymbol CodeViewYAML::SymbolRecord::toCodeViewSymbol(
605 static inline Expected<CodeViewYAML::SymbolRecord>
607 CodeViewYAML::SymbolRecord Result;
616 Expected<CodeViewYAML::SymbolRecord>
617 CodeViewYAML::SymbolRecord::fromCodeViewSymbol(CVSymbol Symbol) {
633 CodeViewYAML::SymbolRecord &Obj)
    [all...]
CodeViewYAMLDebugSections.cpp 53 using namespace llvm::CodeViewYAML;
54 using namespace llvm::CodeViewYAML::detail;
84 namespace CodeViewYAML {
100 } // end namespace CodeViewYAML
190 std::vector<CodeViewYAML::SymbolRecord> Symbols;
676 auto S = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(Sym);
747 llvm::CodeViewYAML::toCodeViewSubsectionList(
901 llvm::CodeViewYAML::fromDebugS(ArrayRef<uint8_t> Data,
922 void llvm::CodeViewYAML::initializeStringsAndChecksums(
COFFEmitter.cpp 179 toDebugS(ArrayRef<CodeViewYAML::YAMLDebugSubsection> Subsections,
184 Err(CodeViewYAML::toCodeViewSubsectionList(Allocator, Subsections, SC));
222 CodeViewYAML::initializeStringsAndChecksums(S.DebugS,
242 S.SectionData = CodeViewYAML::toDebugT(S.DebugT, CP.Allocator, S.Name);
245 S.SectionData = CodeViewYAML::toDebugT(S.DebugP, CP.Allocator, S.Name);
248 S.SectionData = CodeViewYAML::toDebugH(*S.DebugH, CP.Allocator);
CodeViewYAMLTypes.cpp 42 using namespace llvm::CodeViewYAML;
43 using namespace llvm::CodeViewYAML::detail;
75 namespace CodeViewYAML {
141 } // end namespace CodeViewYAML
396 namespace CodeViewYAML {
459 } // end namespace CodeViewYAML
515 namespace CodeViewYAML {
670 } // end namespace CodeViewYAML
781 llvm::CodeViewYAML::fromDebugT(ArrayRef<uint8_t> DebugTorP,
801 ArrayRef<uint8_t> llvm::CodeViewYAML::toDebugT(ArrayRef<LeafRecord> Leafs
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
coff2yaml.cpp 185 NewYAMLSection.DebugS = CodeViewYAML::fromDebugS(sectionData, SC);
187 NewYAMLSection.DebugT = CodeViewYAML::fromDebugT(sectionData,
190 NewYAMLSection.DebugP = CodeViewYAML::fromDebugT(sectionData,
193 NewYAMLSection.DebugH = CodeViewYAML::fromDebugH(sectionData);

Completed in 24 milliseconds