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.cpp458 CGM.addUsedOrCompilerUsedGlobal(var); in EmitStaticVarDecl()
461 CGM.addUsedOrCompilerUsedGlobal(var); in EmitStaticVarDecl()
H A DCodeGenModule.h1280 void addUsedOrCompilerUsedGlobal(llvm::GlobalValue *GV);
H A DCodeGenModule.cpp2812 addUsedOrCompilerUsedGlobal(GV); in SetCommonAttributes()
2821 addUsedOrCompilerUsedGlobal(GV); in SetCommonAttributes()
3182 void CodeGenModule::addUsedOrCompilerUsedGlobal(llvm::GlobalValue *GV) { in addUsedOrCompilerUsedGlobal() function in CodeGenModule