Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h110 struct YAMLDebugSubsection { struct
111 static Expected<YAMLDebugSubsection>
122 ArrayRef<YAMLDebugSubsection> Subsections, argument
125 std::vector<YAMLDebugSubsection>
128 void initializeStringsAndChecksums(ArrayRef<YAMLDebugSubsection> Sections,
135 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::YAMLDebugSubsection)
137 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::YAMLDebugSubsection)
DCOFFYAML.h73 std::vector<CodeViewYAML::YAMLDebugSubsection> DebugS;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp370 void MappingTraits<YAMLDebugSubsection>::mapping( in mapping()
371 IO &IO, YAMLDebugSubsection &Subsection) { in mapping()
748 BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections, in toCodeViewSubsectionList()
788 YAMLDebugSubsection Subsection;
890 Expected<YAMLDebugSubsection>
891 YAMLDebugSubsection::fromCodeViewSubection(const StringsAndChecksumsRef &SC, in fromCodeViewSubection()
900 std::vector<YAMLDebugSubsection>
913 std::vector<YAMLDebugSubsection> Result; in fromDebugS()
916 auto YamlSS = Err(YAMLDebugSubsection::fromCodeViewSubection(SC, SS)); in fromDebugS()
923 ArrayRef<YAMLDebugSubsection> Sections, codeview::StringsAndChecksums &SC) { in initializeStringsAndChecksums()
DCOFFEmitter.cpp180 toDebugS(ArrayRef<CodeViewYAML::YAMLDebugSubsection> Subsections, in toDebugS()