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

/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp502 if (void *Addr = getPointerToGlobalIfAvailable(F))
516 if (void *Addr = getPointerToGlobalIfAvailable(F))
528 void *Addr = getPointerToGlobalIfAvailable(F);
594 void *Ptr = getPointerToGlobalIfAvailable(GV);
626 void *OldAddr = getPointerToGlobalIfAvailable(F);
638 void *Addr = getPointerToGlobalIfAvailable(F);
H A DJITEmitter.cpp641 void *Result = JR->TheJIT->getPointerToGlobalIfAvailable(F);
710 void *ResultPtr = TheJIT->getPointerToGlobalIfAvailable(F);
816 (uint8_t *)TheJIT->getPointerToGlobalIfAvailable(F.getFunction());
1219 if (void *Addr = getPointerToGlobalIfAvailable(F))
1231 void *Addr = getPointerToGlobalIfAvailable(F);
/freebsd-10.1-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h319 /// getPointerToGlobalIfAvailable - This returns the address of the specified
325 void *getPointerToGlobalIfAvailable(const GlobalValue *GV);
/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp216 void *ExecutionEngine::getPointerToGlobalIfAvailable(const GlobalValue *GV) { function in class:ExecutionEngine
1266 void *Ptr = getPointerToGlobalIfAvailable(CGV);
1293 void *GA = getPointerToGlobalIfAvailable(GV);
/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp269 RawFn = (RawFunc)(intptr_t)getPointerToGlobalIfAvailable(F);

Completed in 64 milliseconds