Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2obj.cpp43 static int convertYAML(yaml::Input &YIn, raw_ostream &Out) { in convertYAML() argument
48 YIn >> Doc; in convertYAML()
49 if (YIn.error()) { in convertYAML()
63 } while (YIn.nextDocument()); in convertYAML()
92 yaml::Input YIn(Buf.get()->getBuffer()); in main() local
94 int Res = convertYAML(YIn, Out->os()); in main()