Searched refs:getPointerToGlobalIfAvailable (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h329 /// getPointerToGlobalIfAvailable - This returns the address of the specified
332 void *getPointerToGlobalIfAvailable(StringRef S);
333 void *getPointerToGlobalIfAvailable(const GlobalValue *GV);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp288 void *ExecutionEngine::getPointerToGlobalIfAvailable(StringRef S) { function in class:ExecutionEngine
295 void *ExecutionEngine::getPointerToGlobalIfAvailable(const GlobalValue *GV) { function in class:ExecutionEngine
297 return getPointerToGlobalIfAvailable(getMangledName(GV));
579 if (void* P = getPointerToGlobalIfAvailable(GV))
589 return getPointerToGlobalIfAvailable(GV);
1263 void *Ptr = getPointerToGlobalIfAvailable(CGV);
1289 void *GA = getPointerToGlobalIfAvailable(GV);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp281 if (void *Addr = getPointerToGlobalIfAvailable(Name))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp279 RawFn = (RawFunc)(intptr_t)getPointerToGlobalIfAvailable(F);

Completed in 74 milliseconds