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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h76 /// at the address. This map is not computed unless getGlobalValueAtAddress
382 /// getGlobalValueAtAddress - Return the LLVM global value object that starts
385 const GlobalValue *getGlobalValueAtAddress(void *Addr);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp300 const GlobalValue *ExecutionEngine::getGlobalValueAtAddress(void *Addr) { function in class:ExecutionEngine

Completed in 80 milliseconds