Searched refs:getGlobalValueAtAddress (Results 1 – 2 of 2) sorted by relevance
75 /// at the address. This map is not computed unless getGlobalValueAtAddress390 /// getGlobalValueAtAddress - Return the LLVM global value object that starts393 const GlobalValue *getGlobalValueAtAddress(void *Addr);
297 const GlobalValue *ExecutionEngine::getGlobalValueAtAddress(void *Addr) { in getGlobalValueAtAddress() function in ExecutionEngine