Home
last modified time | relevance | path

Searched refs:YAMLCrossModuleImport (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp66 LLVM_YAML_IS_SEQUENCE_VECTOR(YAMLCrossModuleImport)
76 LLVM_YAML_DECLARE_MAPPING_TRAITS(YAMLCrossModuleImport)
178 std::vector<YAMLCrossModuleImport> Imports;
289 void MappingTraits<YAMLCrossModuleImport>::mapping(IO &IO, in mapping()
290 YAMLCrossModuleImport &Obj) { in mapping()
661 YAMLCrossModuleImport YCMI; in fromCodeViewSubsection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h58 struct YAMLCrossModuleImport { struct