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 353 /// getOrEmitGlobalVariable - Return the address of the specified global
356 virtual void *getOrEmitGlobalVariable(const GlobalVariable *GV) {
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 738 /// getOrEmitGlobalVariable - Return the address of the specified global
741 void *JIT::getOrEmitGlobalVariable(const GlobalVariable *GV) {

Completed in 72 milliseconds