Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp65 LLVM_YAML_IS_SEQUENCE_VECTOR(YAMLCrossModuleImport)
75 LLVM_YAML_DECLARE_MAPPING_TRAITS(YAMLCrossModuleImport)
177 std::vector<YAMLCrossModuleImport> Imports;
288 void MappingTraits<YAMLCrossModuleImport>::mapping(IO &IO, in mapping()
289 YAMLCrossModuleImport &Obj) { in mapping()
660 YAMLCrossModuleImport YCMI; in fromCodeViewSubsection()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h57 struct YAMLCrossModuleImport { struct