Searched refs:getOrEmitGlobalVariable (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJIT.h151 /// getOrEmitGlobalVariable - Return the address of the specified global
154 void *getOrEmitGlobalVariable(const GlobalVariable *GV);
H A DJITDwarfEmitter.cpp458 JCE->emitInt32((intptr_t)Jit.getOrEmitGlobalVariable(GV));
460 JCE->emitInt64((intptr_t)Jit.getOrEmitGlobalVariable(GV));
H A DJIT.cpp744 /// getOrEmitGlobalVariable - Return the address of the specified global
747 void *JIT::getOrEmitGlobalVariable(const GlobalVariable *GV) { function in class:JIT
H A DJITEmitter.cpp700 return TheJIT->getOrEmitGlobalVariable(GV);
/freebsd-10.0-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h362 /// getOrEmitGlobalVariable - Return the address of the specified global
365 virtual void *getOrEmitGlobalVariable(const GlobalVariable *GV) { function in class:llvm::ExecutionEngine
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp832 Result = PTOGV(getOrEmitGlobalVariable(const_cast<GlobalVariable*>(GV)));

Completed in 122 milliseconds