Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h75 /// at the address. This map is not computed unless getGlobalValueAtAddress
390 /// getGlobalValueAtAddress - Return the LLVM global value object that starts
393 const GlobalValue *getGlobalValueAtAddress(void *Addr);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp297 const GlobalValue *ExecutionEngine::getGlobalValueAtAddress(void *Addr) { in getGlobalValueAtAddress() function in ExecutionEngine