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

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

Completed in 378 milliseconds