Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h585 void insertGlobalVariable(GlobalVariable *GV) { in insertGlobalVariable() function
586 insertGlobalVariable(GlobalList.end(), GV); in insertGlobalVariable()
590 void insertGlobalVariable(GlobalListType::iterator Where, GlobalVariable *GV) { in insertGlobalVariable() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp51 GCL->getParent()->insertGlobalVariable(GCL->getIterator(), NGV); in removeGlobalCtors()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp472 Before->getParent()->insertGlobalVariable(Before->getIterator(), this); in GlobalVariable()
474 M.insertGlobalVariable(this); in GlobalVariable()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp181 M.insertGlobalVariable(GV); in finishCodeGen()
H A DCGObjCMac.cpp7394 CGM.getModule().insertGlobalVariable(GV); in GetClassGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1012 GV->getParent()->insertGlobalVariable(GV->getIterator(), InitBool); in OptimizeGlobalAddressOfAllocation()
1190 GV->getParent()->insertGlobalVariable(GV->getIterator(), NewGV); in TryToShrinkGlobalToBoolean()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1672 DstM.insertGlobalVariable(NewGV); in run()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3882 TheModule->insertGlobalVariable(Pair.second); in globalCleanup()