Home
last modified time | relevance | path

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

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