Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp10815 auto *GVAddrRef = cast<llvm::GlobalVariable>(AddrRef); in registerTargetGlobalVariable() local
10816 GVAddrRef->setConstant(/*Val=*/true); in registerTargetGlobalVariable()
10817 GVAddrRef->setLinkage(llvm::GlobalValue::InternalLinkage); in registerTargetGlobalVariable()
10818 GVAddrRef->setInitializer(Addr); in registerTargetGlobalVariable()
10819 CGM.addCompilerUsedGlobal(GVAddrRef); in registerTargetGlobalVariable()