Searched refs:getAddressToGlobalIfAvailable (Results 1 – 2 of 2) sorted by relevance
315 uint64_t getAddressToGlobalIfAvailable(StringRef S);
279 uint64_t ExecutionEngine::getAddressToGlobalIfAvailable(StringRef S) { in getAddressToGlobalIfAvailable() function in ExecutionEngine292 if (void* Address = (void *) getAddressToGlobalIfAvailable(S)) in getPointerToGlobalIfAvailable()