Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h594 if (auto PartKeyOrErr = emitPartition(LD, LMId, Part)) { in extractAndCompile() local
595 auto &PartKey = *PartKeyOrErr; in extractAndCompile()
621 return PartKeyOrErr.takeError(); in extractAndCompile()