Home
last modified time | relevance | path

Searched refs:getOrEmitGlobalVariable (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h410 virtual void *getOrEmitGlobalVariable(const GlobalVariable *GV) { in getOrEmitGlobalVariable() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp907 Result = PTOGV(getOrEmitGlobalVariable(const_cast<GlobalVariable*>(GV))); in getConstantValue()