Searched defs:getOrEmitGlobalVariable (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h366 /// getOrEmitGlobalVariable - Return the address of the specified global
369 virtual void *getOrEmitGlobalVariable(const GlobalVariable *GV) { function in class:llvm::ExecutionEngine
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp744 /// getOrEmitGlobalVariable - Return the address of the specified global
747 void *JIT::getOrEmitGlobalVariable(const GlobalVariable *GV) { function in class:JIT

Completed in 78 milliseconds