HomeSort by relevance Sort by last modified time
    Searched refs:getOrEmitGlobalVariable (Results 1 - 5 of 5) 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);
JIT.cpp 744 /// getOrEmitGlobalVariable - Return the address of the specified global
747 void *JIT::getOrEmitGlobalVariable(const GlobalVariable *GV) {
JITEmitter.cpp 689 return TheJIT->getOrEmitGlobalVariable(GV);
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 366 /// getOrEmitGlobalVariable - Return the address of the specified global
369 virtual void *getOrEmitGlobalVariable(const GlobalVariable *GV) {
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 843 Result = PTOGV(getOrEmitGlobalVariable(const_cast<GlobalVariable*>(GV)));
    [all...]

Completed in 115 milliseconds