Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dxcoff2yaml.cpp31 XCOFFYAML::Object &getYAMLObj() { return YAMLObj; } in getYAMLObj() function in __anonc9a9e8840111::XCOFFDumper
149 Yout << Dumper.getYAMLObj(); in xcoff2yaml()
H A Dcoff2yaml.cpp35 COFFYAML::Object &getYAMLObj();
355 COFFYAML::Object &COFFDumper::getYAMLObj() { in getYAMLObj() function in COFFDumper
363 Yout << Dumper.getYAMLObj(); in coff2yaml()