HomeSort by relevance Sort by last modified time
    Searched refs:getAddressToGlobalIfAvailable (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 313 /// getAddressToGlobalIfAvailable - This returns the address of the specified
315 uint64_t getAddressToGlobalIfAvailable(StringRef S);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 279 uint64_t ExecutionEngine::getAddressToGlobalIfAvailable(StringRef S) {
292 if (void* Address = (void *) getAddressToGlobalIfAvailable(S))
    [all...]

Completed in 146 milliseconds