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