Home
last modified time | relevance | path

Searched refs:getGlobalValueAtAddress (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h393 const GlobalValue *getGlobalValueAtAddress(void *Addr);
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp297 const GlobalValue *ExecutionEngine::getGlobalValueAtAddress(void *Addr) { in getGlobalValueAtAddress() function in ExecutionEngine