Searched refs:updateGlobalMapping (Results 1 – 3 of 3) sorted by relevance
331 uint64_t updateGlobalMapping(const GlobalValue *GV, void *Addr);332 uint64_t updateGlobalMapping(StringRef Name, uint64_t Addr);
241 uint64_t ExecutionEngine::updateGlobalMapping(const GlobalValue *GV, in updateGlobalMapping() function in ExecutionEngine244 return updateGlobalMapping(getMangledName(GV), (uint64_t) Addr); in updateGlobalMapping()247 uint64_t ExecutionEngine::updateGlobalMapping(StringRef Name, uint64_t Addr) { in updateGlobalMapping() function in ExecutionEngine
423 updateGlobalMapping(F, Addr); in getPointerToFunction()