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

  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 151 /// getOrEmitGlobalVariable - Return the address of the specified global
154 void *getOrEmitGlobalVariable(const GlobalVariable *GV);
JITDwarfEmitter.cpp 458 JCE->emitInt32((intptr_t)Jit.getOrEmitGlobalVariable(GV));
460 JCE->emitInt64((intptr_t)Jit.getOrEmitGlobalVariable(GV));
JIT.cpp 744 /// getOrEmitGlobalVariable - Return the address of the specified global
747 void *JIT::getOrEmitGlobalVariable(const GlobalVariable *GV) {
JITEmitter.cpp 700 return TheJIT->getOrEmitGlobalVariable(GV);
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 360 /// getOrEmitGlobalVariable - Return the address of the specified global
363 virtual void *getOrEmitGlobalVariable(const GlobalVariable *GV) {
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 821 Result = PTOGV(getOrEmitGlobalVariable(const_cast<GlobalVariable*>(GV)));
    [all...]

Completed in 176 milliseconds