Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h573 if (auto FnBodyAddrOrErr = FnBodySym.getAddress()) { in extractAndCompile() local
574 JITTargetAddress FnBodyAddr = *FnBodyAddrOrErr; in extractAndCompile()
586 return FnBodyAddrOrErr.takeError(); in extractAndCompile()