Home
last modified time | relevance | path

Searched refs:getAddressToGlobalIfAvailable (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h315 uint64_t getAddressToGlobalIfAvailable(StringRef S);
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp275 uint64_t ExecutionEngine::getAddressToGlobalIfAvailable(StringRef S) { in getAddressToGlobalIfAvailable() function in ExecutionEngine
288 if (void* Address = (void *) getAddressToGlobalIfAvailable(S)) in getPointerToGlobalIfAvailable()