Searched refs:addUsedOrCompilerUsedGlobal (Results 1 – 3 of 3) sorted by relevance
458 CGM.addUsedOrCompilerUsedGlobal(var); in EmitStaticVarDecl()461 CGM.addUsedOrCompilerUsedGlobal(var); in EmitStaticVarDecl()
1280 void addUsedOrCompilerUsedGlobal(llvm::GlobalValue *GV);
2812 addUsedOrCompilerUsedGlobal(GV); in SetCommonAttributes()2821 addUsedOrCompilerUsedGlobal(GV); in SetCommonAttributes()3182 void CodeGenModule::addUsedOrCompilerUsedGlobal(llvm::GlobalValue *GV) { in addUsedOrCompilerUsedGlobal() function in CodeGenModule