Lines Matching full:ctxt
88 yaml::Output yout(OS, /* Ctxt = */ nullptr, /* WrapColumn = */ 0);
110 YAMLContext Ctxt;
112 Ctxt.PrependPath = PrependPath;
115 yaml::Input yin((*ErrOrFile)->getBuffer(), &Ctxt);
186 if (void *Ctxt = io.getContext())
187 reinterpret_cast<YAMLContext *>(Ctxt)->BinaryTriple = DM.BinaryTriple;
197 if (void *Ctxt = io.getContext())
198 reinterpret_cast<YAMLContext *>(Ctxt)->BinaryTriple = DM->BinaryTriple;
214 const auto &Ctxt = *reinterpret_cast<YAMLContext *>(IO.getContext());
215 SmallString<80> Path(Ctxt.PrependPath);
223 } else if (auto ErrOrObjectFile = BinHolder.Get(Ctxt.BinaryTriple)) {