Home
last modified time | relevance | path

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

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