Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDCompileOnDemandLayer.h598 if (auto FnBodySym = BaseLayer.findSymbolIn(PartKey, FnName, false)) { in extractAndCompile() local
599 if (auto FnBodyAddrOrErr = FnBodySym.getAddress()) { in extractAndCompile()
613 } else if (auto Err = FnBodySym.takeError()) in extractAndCompile()