Home
last modified time | relevance | path

Searched refs:addUsedOrCompilerUsedGlobal (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp473 CGM.addUsedOrCompilerUsedGlobal(var); in EmitStaticVarDecl()
476 CGM.addUsedOrCompilerUsedGlobal(var); in EmitStaticVarDecl()
H A DCodeGenModule.h1219 void addUsedOrCompilerUsedGlobal(llvm::GlobalValue *GV);
H A DCodeGenModule.cpp2606 addUsedOrCompilerUsedGlobal(GV); in SetCommonAttributes()
2615 addUsedOrCompilerUsedGlobal(GV); in SetCommonAttributes()
2953 void CodeGenModule::addUsedOrCompilerUsedGlobal(llvm::GlobalValue *GV) { in addUsedOrCompilerUsedGlobal() function in CodeGenModule