Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStaticDataSplitter.cpp53 const GlobalVariable *getLocalLinkageGlobalVariable(const GlobalValue *GV);
132 const GlobalVariable *GV = getLocalLinkageGlobalVariable(Op.getGlobal()); in getConstant()
208 StaticDataSplitter::getLocalLinkageGlobalVariable(const GlobalValue *GV) { in getLocalLinkageGlobalVariable() function in StaticDataSplitter