Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h322 uint64_t updateGlobalMapping(const GlobalValue *GV, void *Addr);
323 uint64_t updateGlobalMapping(StringRef Name, uint64_t Addr);
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp245 uint64_t ExecutionEngine::updateGlobalMapping(const GlobalValue *GV, in updateGlobalMapping() function in ExecutionEngine
248 return updateGlobalMapping(getMangledName(GV), (uint64_t) Addr); in updateGlobalMapping()
251 uint64_t ExecutionEngine::updateGlobalMapping(StringRef Name, uint64_t Addr) { in updateGlobalMapping() function in ExecutionEngine
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp418 updateGlobalMapping(F, Addr); in getPointerToFunction()