Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2979 CGM.addCompilerUsedGlobal(Entry); in GetOrEmitProtocol()
3493 CGM.addCompilerUsedGlobal(GV); in GenerateClass()
3559 CGM.addCompilerUsedGlobal(GV); in EmitMetaClass()
4011 CGM.addCompilerUsedGlobal(GV); in CreateMetadataVar()
4029 CGM.addCompilerUsedGlobal(GV); in CreateMetadataVar()
4084 CGM.addCompilerUsedGlobal(GV); in CreateCStringLiteral()
5588 CGM.addCompilerUsedGlobal(global); in FinishModule()
6079 CGM.addCompilerUsedGlobal(GV); in AddModuleClassList()
6632 CGM.addCompilerUsedGlobal(GCATV); in GenerateCategory()
6745 CGM.addCompilerUsedGlobal(GV); in emitMethodList()
[all …]
H A DCGCUDANV.cpp1186 CGM.addCompilerUsedGlobal(Var); in transformManagedVars()
1187 CGM.addCompilerUsedGlobal(ManagedVar); in transformManagedVars()
1277 CGM.addCompilerUsedGlobal(Info.Var); in finalizeModule()
H A DCodeGenModule.h1277 void addCompilerUsedGlobal(llvm::GlobalValue *GV);
H A DCodeGenModule.cpp1067 addCompilerUsedGlobal(GV); in Release()
1077 addCompilerUsedGlobal(GV); in Release()
3176 void CodeGenModule::addCompilerUsedGlobal(llvm::GlobalValue *GV) { in addCompilerUsedGlobal() function in CodeGenModule
7711 addCompilerUsedGlobal(llvm::GlobalAlias::create(Name->getName(), Val)); in EmitStaticExternCAliases()
H A DCGObjC.cpp4125 addCompilerUsedGlobal(CFLinkCheckFunc); in emitAtAvailableLinkGuard()
H A DCGObjCGNU.cpp1574 CGM.addCompilerUsedGlobal(LoadFunction); in ModuleInitFunction()
H A DItaniumCXXABI.cpp2064 CGM.addCompilerUsedGlobal(VTable); in emitVTableDefinitions()
H A DCGOpenMPRuntime.cpp10109 CGM.addCompilerUsedGlobal(ref); in registerTargetGlobalVariable()