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