Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp10656 auto *GVAddrRef = cast<llvm::GlobalVariable>(AddrRef); in registerTargetGlobalVariable() local
10657 GVAddrRef->setConstant(/*Val=*/true); in registerTargetGlobalVariable()
10658 GVAddrRef->setLinkage(llvm::GlobalValue::InternalLinkage); in registerTargetGlobalVariable()
10659 GVAddrRef->setInitializer(Addr); in registerTargetGlobalVariable()
10660 CGM.addCompilerUsedGlobal(GVAddrRef); in registerTargetGlobalVariable()