Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp63 LLVM_YAML_IS_SEQUENCE_VECTOR(YAMLCrossModuleImport)
73 LLVM_YAML_DECLARE_MAPPING_TRAITS(YAMLCrossModuleImport)
175 std::vector<YAMLCrossModuleImport> Imports;
286 void MappingTraits<YAMLCrossModuleImport>::mapping(IO &IO, in mapping()
287 YAMLCrossModuleImport &Obj) {
658 YAMLCrossModuleImport YCMI; in fromCodeViewSubsection()
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h57 struct YAMLCrossModuleImport { struct