Home
last modified time | relevance | path

Searched refs:YAMLDebugSubsection (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h111 struct YAMLDebugSubsection { struct
112 static Expected<YAMLDebugSubsection>
123 ArrayRef<YAMLDebugSubsection> Subsections, argument
126 std::vector<YAMLDebugSubsection>
129 void initializeStringsAndChecksums(ArrayRef<YAMLDebugSubsection> Sections,
136 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::YAMLDebugSubsection)
138 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::YAMLDebugSubsection)
DCOFFYAML.h68 std::vector<CodeViewYAML::YAMLDebugSubsection> DebugS;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp371 void MappingTraits<YAMLDebugSubsection>::mapping( in mapping()
372 IO &IO, YAMLDebugSubsection &Subsection) { in mapping()
749 BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections, in toCodeViewSubsectionList()
789 YAMLDebugSubsection Subsection;
891 Expected<YAMLDebugSubsection>
892 YAMLDebugSubsection::fromCodeViewSubection(const StringsAndChecksumsRef &SC, in fromCodeViewSubection()
901 std::vector<YAMLDebugSubsection>
914 std::vector<YAMLDebugSubsection> Result; in fromDebugS()
917 auto YamlSS = Err(YAMLDebugSubsection::fromCodeViewSubection(SC, SS)); in fromDebugS()
924 ArrayRef<YAMLDebugSubsection> Sections, codeview::StringsAndChecksums &SC) { in initializeStringsAndChecksums()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPdbYaml.h74 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections;
DYAMLOutputStyle.cpp252 CodeViewYAML::YAMLDebugSubsection::fromCodeViewSubection(SC, SS); in dumpDbiStream()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2coff.cpp173 toDebugS(ArrayRef<CodeViewYAML::YAMLDebugSubsection> Subsections, in toDebugS()