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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h332 /// updateGlobalMapping - Replace an existing mapping for GV with a new
336 uint64_t updateGlobalMapping(const GlobalValue *GV, void *Addr);
337 uint64_t updateGlobalMapping(StringRef Name, uint64_t Addr);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp246 uint64_t ExecutionEngine::updateGlobalMapping(const GlobalValue *GV, function in class:ExecutionEngine
249 return updateGlobalMapping(getMangledName(GV), (uint64_t) Addr);
252 uint64_t ExecutionEngine::updateGlobalMapping(StringRef Name, uint64_t Addr) { function in class:ExecutionEngine
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp423 updateGlobalMapping(F, Addr);

Completed in 118 milliseconds