Lines Matching defs:GVE
4179 if (auto *GVE = dyn_cast_or_null<llvm::DIGlobalVariableExpression>(N))
4180 return GVE->getVariable();
4190 if (auto *GVE = dyn_cast_or_null<llvm::DIImportedEntity>(N))
4191 return cast<llvm::DINode>(GVE);
5362 llvm::DIGlobalVariableExpression *GVE = nullptr;
5371 GVE = CollectAnonRecordDecls(RT->getDecl(), Unit, LineNo, LinkageName,
5376 GVE = DBuilder.createGlobalVariableExpression(
5379 Var->addDebugInfo(GVE);
5381 return GVE;
5648 llvm::DIGlobalVariableExpression *GVE = nullptr;
5657 GVE = CollectAnonRecordDecls(RD, Unit, LineNo, LinkageName, Var, DContext);
5674 GVE = DBuilder.createGlobalVariableExpression(
5680 Var->addDebugInfo(GVE);
5682 DeclCache[D->getCanonicalDecl()].reset(GVE);
5773 llvm::DIGlobalVariableExpression *GVE =
5777 Var->addDebugInfo(GVE);
6068 if (auto *GVE = dyn_cast_or_null<llvm::DIGlobalVariableExpression>(Repl))
6069 Repl = GVE->getVariable();