Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp20 bool convertYAML(yaml::Input &YIn, raw_ostream &Out, ErrorHandler ErrHandler, in convertYAML() argument
28 YIn >> Doc; in convertYAML()
29 if (std::error_code EC = YIn.error()) { in convertYAML()
58 } while (YIn.nextDocument()); in convertYAML()
71 yaml::Input YIn(Yaml); in yaml2ObjectFile() local
72 if (!convertYAML(YIn, OS, ErrHandler)) in yaml2ObjectFile()
H A DDWARFEmitter.cpp1275 yaml::Input YIn(YAMLString, /*Ctxt=*/nullptr, CollectDiagnostic, in emitDebugSections() local
1282 YIn >> DI; in emitDebugSections()
1283 if (YIn.error()) in emitDebugSections()
1284 return createStringError(YIn.error(), GeneratedDiag.getMessage()); in emitDebugSections()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A Dyaml2obj.h91 LLVM_ABI bool convertYAML(Input &YIn, raw_ostream &Out, ErrorHandler ErrHandler,