Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h336 uint64_t getAddressToGlobalIfAvailable(StringRef S);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp274 uint64_t ExecutionEngine::getAddressToGlobalIfAvailable(StringRef S) { in getAddressToGlobalIfAvailable() function in ExecutionEngine
287 if (void* Address = (void *) getAddressToGlobalIfAvailable(S)) in getPointerToGlobalIfAvailable()