Searched refs:FnBodySym (Results 1 – 2 of 2) sorted by relevance
405 auto FnBodySym = BaseLayer.findSymbolIn(PartH, FnName, false); in extractAndCompile() local406 assert(FnBodySym && "Couldn't find function body."); in extractAndCompile()408 TargetAddress FnBodyAddr = FnBodySym.getAddress(); in extractAndCompile()
598 if (auto FnBodySym = BaseLayer.findSymbolIn(PartKey, FnName, false)) { in extractAndCompile() local599 if (auto FnBodyAddrOrErr = FnBodySym.getAddress()) { in extractAndCompile()613 } else if (auto Err = FnBodySym.takeError()) in extractAndCompile()