Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp265 yaml::Input YIn(Buf->getBuffer()); in yaml2coff() local
267 YIn >> Doc; in yaml2coff()
268 if (YIn.error()) { in yaml2coff()
Dyaml2elf.cpp375 yaml::Input YIn(Buf->getBuffer()); in yaml2elf() local
377 YIn >> Doc; in yaml2elf()
378 if (YIn.error()) { in yaml2elf()