Searched refs:updateGlobalMapping (Results 1 – 3 of 3) sorted by relevance
322 uint64_t updateGlobalMapping(const GlobalValue *GV, void *Addr);323 uint64_t updateGlobalMapping(StringRef Name, uint64_t Addr);
245 uint64_t ExecutionEngine::updateGlobalMapping(const GlobalValue *GV, in updateGlobalMapping() function in ExecutionEngine248 return updateGlobalMapping(getMangledName(GV), (uint64_t) Addr); in updateGlobalMapping()251 uint64_t ExecutionEngine::updateGlobalMapping(StringRef Name, uint64_t Addr) { in updateGlobalMapping() function in ExecutionEngine
418 updateGlobalMapping(F, Addr); in getPointerToFunction()