Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8736 auto *GVAddrRef = cast<llvm::GlobalVariable>(AddrRef); in registerTargetGlobalVariable() local
8737 GVAddrRef->setConstant(/*Val=*/true); in registerTargetGlobalVariable()
8738 GVAddrRef->setLinkage(llvm::GlobalValue::InternalLinkage); in registerTargetGlobalVariable()
8739 GVAddrRef->setInitializer(Addr); in registerTargetGlobalVariable()
8740 CGM.addCompilerUsedGlobal(GVAddrRef); in registerTargetGlobalVariable()