Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h568 void insertGlobalVariable(GlobalVariable *GV) { in insertGlobalVariable() function
569 insertGlobalVariable(GlobalList.end(), GV); in insertGlobalVariable()
573 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.cpp497 Before->getParent()->insertGlobalVariable(Before->getIterator(), this); in GlobalVariable()
499 M.insertGlobalVariable(this); in GlobalVariable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DTypeSanitizer.cpp350 M.insertGlobalVariable(TDGV); in generateBaseTypeDescriptor()
435 M.insertGlobalVariable(TDGV); in generateTypeDescriptor()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp270 CGM.getModule().insertGlobalVariable(BufGV); in addBuffer()
H A DCGObjCMac.cpp7296 CGM.getModule().insertGlobalVariable(GV); in GetClassGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1029 GV->getParent()->insertGlobalVariable(GV->getIterator(), InitBool); in OptimizeGlobalAddressOfAllocation()
1202 GV->getParent()->insertGlobalVariable(GV->getIterator(), NewGV); in TryToShrinkGlobalToBoolean()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1562 DstM.insertGlobalVariable(NewGV); in run()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3974 TheModule->insertGlobalVariable(Pair.second); in globalCleanup()