Searched refs:YIn (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | yaml2obj.cpp | 21 bool convertYAML(yaml::Input &YIn, raw_ostream &Out, ErrorHandler ErrHandler, in convertYAML() argument 29 YIn >> Doc; in convertYAML() 30 if (std::error_code EC = YIn.error()) { in convertYAML() 53 } while (YIn.nextDocument()); in convertYAML() 66 yaml::Input YIn(Yaml); in yaml2ObjectFile() local 67 if (!convertYAML(YIn, OS, ErrHandler)) in yaml2ObjectFile()
|
| H A D | DWARFEmitter.cpp | 1059 yaml::Input YIn(YAMLString, /*Ctxt=*/nullptr, CollectDiagnostic, in emitDebugSections() local 1066 YIn >> DI; in emitDebugSections() 1067 if (YIn.error()) in emitDebugSections() 1068 return createStringError(YIn.error(), GeneratedDiag.getMessage()); in emitDebugSections()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | yaml2obj.h | 67 bool convertYAML(Input &YIn, raw_ostream &Out, ErrorHandler ErrHandler,
|