Searched refs:addCompilerUsedGlobal (Results 1 – 3 of 3) sorted by relevance
2771 CGM.addCompilerUsedGlobal(Entry); in GetOrEmitProtocol()3291 CGM.addCompilerUsedGlobal(GV); in GenerateClass()3362 CGM.addCompilerUsedGlobal(GV); in EmitMetaClass()3584 CGM.addCompilerUsedGlobal(GV); in CreateMetadataVar()5104 CGM.addCompilerUsedGlobal(I->second); in FinishModule()5641 CGM.addCompilerUsedGlobal(GV); in AddModuleClassList()6088 CGM.addCompilerUsedGlobal(PTGV); in GenerateProtocolRef()6181 CGM.addCompilerUsedGlobal(GCATV); in GenerateCategory()6240 CGM.addCompilerUsedGlobal(GV); in EmitMethodList()6360 CGM.addCompilerUsedGlobal(GV); in EmitIvarList()[all …]
855 void addCompilerUsedGlobal(llvm::GlobalValue *GV);
1049 void CodeGenModule::addCompilerUsedGlobal(llvm::GlobalValue *GV) { in addCompilerUsedGlobal() function in CodeGenModule