Searched defs:YIn (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/yaml2obj/
H A Dyaml2obj.cpp63 typedef int (*ConvertFuncPtr)(yaml::Input & YIn, raw_ostream &Out);
65 static int convertYAML(yaml::Input &YIn, raw_ostream &Out, argument
70 return Convert(YIn, Out);
71 } while (YIn.nextDocument());
110 yaml::Input YIn(Buf.get()->getBuffer());
112 int Res = convertYAML(YIn, Out->os(), Convert);
H A Dyaml2coff.cpp528 int yaml2coff(yaml::Input &YIn, raw_ostream &Out) { argument
530 YIn >> Doc;
531 if (YIn.error()) {
H A Dyaml2elf.cpp561 int yaml2elf(yaml::Input &YIn, raw_ostream &Out) { argument
563 YIn >> Doc;
564 if (YIn.error()) {

Completed in 114 milliseconds