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

  /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/JIT/
JIT.cpp 744 /// getOrEmitGlobalVariable - Return the address of the specified global
747 void *JIT::getOrEmitGlobalVariable(const GlobalVariable *GV) {

Completed in 234 milliseconds