Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp136 auto CtxOrErr = Context::get(std::move(Buffer), *Obj, FileKind); in get() local
137 if (auto Err = CtxOrErr.takeError()) in get()
141 return InstrProfCorrelatorImpl<uint64_t>::get(std::move(*CtxOrErr), *Obj, in get()
144 return InstrProfCorrelatorImpl<uint32_t>::get(std::move(*CtxOrErr), *Obj, in get()