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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h300 /// addGlobalMapping - Tell the execution engine that the specified global is
307 void addGlobalMapping(const GlobalValue *GV, void *Addr);
308 void addGlobalMapping(StringRef Name, uint64_t Addr);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp206 void ExecutionEngine::addGlobalMapping(const GlobalValue *GV, void *Addr) { function in class:ExecutionEngine
208 addGlobalMapping(getMangledName(GV), (uint64_t) Addr);
211 void ExecutionEngine::addGlobalMapping(StringRef Name, uint64_t Addr) { function in class:ExecutionEngine
1242 addGlobalMapping(&GV, getMemoryForGV(&GV));
1248 addGlobalMapping(&GV, SymAddr);
1265 addGlobalMapping(GV, Ptr);
1298 addGlobalMapping(GV, GA);
H A DExecutionEngineBindings.cpp294 unwrap(EE)->addGlobalMapping(unwrap<GlobalValue>(Global), Addr);

Completed in 63 milliseconds