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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h339 /// getAddressToGlobalIfAvailable - This returns the address of the specified
341 uint64_t getAddressToGlobalIfAvailable(StringRef S);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp279 uint64_t ExecutionEngine::getAddressToGlobalIfAvailable(StringRef S) { function in class:ExecutionEngine
292 if (void* Address = (void *) getAddressToGlobalIfAvailable(S))

Completed in 94 milliseconds