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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h314 /// addGlobalMapping - Tell the execution engine that the specified global is
321 void addGlobalMapping(const GlobalValue *GV, void *Addr);
322 void addGlobalMapping(StringRef Name, uint64_t Addr);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp208 void ExecutionEngine::addGlobalMapping(const GlobalValue *GV, void *Addr) { function in class:ExecutionEngine
210 addGlobalMapping(getMangledName(GV), (uint64_t) Addr);
213 void ExecutionEngine::addGlobalMapping(StringRef Name, uint64_t Addr) { function in class:ExecutionEngine
1253 addGlobalMapping(&GV, getMemoryForGV(&GV));
1259 addGlobalMapping(&GV, SymAddr);
1276 addGlobalMapping(GV, Ptr);
1309 addGlobalMapping(GV, GA);
H A DExecutionEngineBindings.cpp294 unwrap(EE)->addGlobalMapping(unwrap<GlobalValue>(Global), Addr);

Completed in 132 milliseconds