Searched defs:getAddressToGlobalIfAvailable (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp275 uint64_t ExecutionEngine::getAddressToGlobalIfAvailable(StringRef S) { function in class:ExecutionEngine
288 if (void* Address = (void *) getAddressToGlobalIfAvailable(S))

Completed in 111 milliseconds