Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h578 if (auto PartKeyOrErr = emitPartition(LD, LMId, Part)) { in extractAndCompile() local
579 auto &PartKey = *PartKeyOrErr; in extractAndCompile()
605 return PartKeyOrErr.takeError(); in extractAndCompile()