Searched refs:YIn (Results 1 – 3 of 3) sorted by relevance
/freebsd/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() 59 } while (YIn.nextDocument()); in convertYAML() 72 yaml::Input YIn(Yaml); in yaml2ObjectFile() 73 if (!convertYAML(YIn, OS, ErrHandler)) in yaml2ObjectFile() 70 yaml::Input YIn(Yaml); yaml2ObjectFile() local
|
H A D | DWARFEmitter.cpp | 1249 yaml::Input YIn(YAMLString, /*Ctxt=*/nullptr, CollectDiagnostic, in emitDebugSections() local 1256 YIn >> DI; in emitDebugSections() 1257 if (YIn.error()) in emitDebugSections() 1258 return createStringError(YIn.error(), GeneratedDiag.getMessage()); in emitDebugSections()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | yaml2obj.h | 83 bool convertYAML(Input &YIn, raw_ostream &Out, ErrorHandler ErrHandler,
|