Searched refs:addUsedOrCompilerUsedGlobal (Results 1 – 3 of 3) sorted by relevance
473 CGM.addUsedOrCompilerUsedGlobal(var); in EmitStaticVarDecl()476 CGM.addUsedOrCompilerUsedGlobal(var); in EmitStaticVarDecl()
1219 void addUsedOrCompilerUsedGlobal(llvm::GlobalValue *GV);
2606 addUsedOrCompilerUsedGlobal(GV); in SetCommonAttributes()2615 addUsedOrCompilerUsedGlobal(GV); in SetCommonAttributes()2953 void CodeGenModule::addUsedOrCompilerUsedGlobal(llvm::GlobalValue *GV) { in addUsedOrCompilerUsedGlobal() function in CodeGenModule