Lines Matching refs:GVE
3638 if (auto *GVE = dyn_cast_or_null<llvm::DIGlobalVariableExpression>(N)) in getDeclarationOrDefinition() local
3639 return GVE->getVariable(); in getDeclarationOrDefinition()
4612 llvm::DIGlobalVariableExpression *GVE = nullptr; in CollectAnonRecordDecls() local
4621 GVE = CollectAnonRecordDecls(RT->getDecl(), Unit, LineNo, LinkageName, in CollectAnonRecordDecls()
4626 GVE = DBuilder.createGlobalVariableExpression( in CollectAnonRecordDecls()
4629 Var->addDebugInfo(GVE); in CollectAnonRecordDecls()
4631 return GVE; in CollectAnonRecordDecls()
4667 llvm::DIGlobalVariableExpression *GVE = nullptr; in EmitGlobalVariable() local
4676 GVE = CollectAnonRecordDecls(RD, Unit, LineNo, LinkageName, Var, DContext); in EmitGlobalVariable()
4693 GVE = DBuilder.createGlobalVariableExpression( in EmitGlobalVariable()
4699 Var->addDebugInfo(GVE); in EmitGlobalVariable()
4701 DeclCache[D->getCanonicalDecl()].reset(GVE); in EmitGlobalVariable()
4805 llvm::DIGlobalVariableExpression *GVE = in EmitExternalVariable() local
4809 Var->addDebugInfo(GVE); in EmitExternalVariable()
4981 if (auto *GVE = dyn_cast_or_null<llvm::DIGlobalVariableExpression>(Repl)) in finalize() local
4982 Repl = GVE->getVariable(); in finalize()