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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h343 /// getPointerToGlobalIfAvailable - This returns the address of the specified
346 void *getPointerToGlobalIfAvailable(StringRef S);
347 void *getPointerToGlobalIfAvailable(const GlobalValue *GV);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp290 void *ExecutionEngine::getPointerToGlobalIfAvailable(StringRef S) { function in class:ExecutionEngine
297 void *ExecutionEngine::getPointerToGlobalIfAvailable(const GlobalValue *GV) { function in class:ExecutionEngine
299 return getPointerToGlobalIfAvailable(getMangledName(GV));
581 if (void* P = getPointerToGlobalIfAvailable(GV))
591 return getPointerToGlobalIfAvailable(GV);
1274 void *Ptr = getPointerToGlobalIfAvailable(CGV);
1300 void *GA = getPointerToGlobalIfAvailable(GV);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp279 RawFn = (RawFunc)(intptr_t)getPointerToGlobalIfAvailable(F);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp287 if (void *Addr = getPointerToGlobalIfAvailable(Name))

Completed in 64 milliseconds