Home
last modified time | relevance | path

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

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