Searched refs:addCompilerUsedGlobal (Results 1 – 3 of 3) sorted by relevance
2796 CGM.addCompilerUsedGlobal(Entry); in GetOrEmitProtocol()3347 CGM.addCompilerUsedGlobal(GV); in GenerateClass()3419 CGM.addCompilerUsedGlobal(GV); in EmitMetaClass()3649 CGM.addCompilerUsedGlobal(GV); in CreateMetadataVar()5173 CGM.addCompilerUsedGlobal(I->second); in FinishModule()5715 CGM.addCompilerUsedGlobal(GV); in AddModuleClassList()6152 CGM.addCompilerUsedGlobal(PTGV); in GenerateProtocolRef()6253 CGM.addCompilerUsedGlobal(GCATV); in GenerateCategory()6311 CGM.addCompilerUsedGlobal(GV); in EmitMethodList()6431 CGM.addCompilerUsedGlobal(GV); in EmitIvarList()[all …]
864 void addCompilerUsedGlobal(llvm::GlobalValue *GV);
1098 void CodeGenModule::addCompilerUsedGlobal(llvm::GlobalValue *GV) { in addCompilerUsedGlobal() function in CodeGenModule