Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDExecutionEngine.h410 virtual void *getOrEmitGlobalVariable(const GlobalVariable *GV) { in getOrEmitGlobalVariable() function
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/
HDExecutionEngine.cpp925 Result = PTOGV(getOrEmitGlobalVariable(const_cast<GlobalVariable*>(GV))); in getConstantValue()