Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp23 if (auto JTMBOrErr = JITTargetMachineBuilder::detectHost()) in prepareForConstruction() local
24 JTMB = std::move(*JTMBOrErr); in prepareForConstruction()
26 return JTMBOrErr.takeError(); in prepareForConstruction()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp917 if (auto JTMBOrErr = JITTargetMachineBuilder::detectHost()) in prepareForConstruction() local
918 JTMB = std::move(*JTMBOrErr); in prepareForConstruction()
920 return JTMBOrErr.takeError(); in prepareForConstruction()