Searched refs:FnBodyAddr (Results 1 – 2 of 2) sorted by relevance
365 Error updatePointer(std::string FuncName, JITTargetAddress FnBodyAddr) { in updatePointer() argument374 FnBodyAddr)) in updatePointer()600 JITTargetAddress FnBodyAddr = *FnBodyAddrOrErr; in extractAndCompile() local605 CalledAddr = FnBodyAddr; in extractAndCompile()608 if (auto EC = LD.StubsMgr->updatePointer(FnName, FnBodyAddr)) in extractAndCompile()
408 TargetAddress FnBodyAddr = FnBodySym.getAddress(); in extractAndCompile() local413 CalledAddr = FnBodyAddr; in extractAndCompile()416 if (auto EC = LMResources.StubsMgr->updatePointer(FnName, FnBodyAddr)) in extractAndCompile()