Lines Matching defs:GVE
4225 if (auto *GVE = dyn_cast_or_null<llvm::DIGlobalVariableExpression>(N))
4226 return GVE->getVariable();
4236 if (auto *GVE = dyn_cast_or_null<llvm::DIImportedEntity>(N))
4237 return cast<llvm::DINode>(GVE);
5408 llvm::DIGlobalVariableExpression *GVE = nullptr;
5417 GVE = CollectAnonRecordDecls(RT->getDecl(), Unit, LineNo, LinkageName,
5422 GVE = DBuilder.createGlobalVariableExpression(
5425 Var->addDebugInfo(GVE);
5427 return GVE;
5694 llvm::DIGlobalVariableExpression *GVE = nullptr;
5703 GVE = CollectAnonRecordDecls(RD, Unit, LineNo, LinkageName, Var, DContext);
5720 GVE = DBuilder.createGlobalVariableExpression(
5726 Var->addDebugInfo(GVE);
5728 DeclCache[D->getCanonicalDecl()].reset(GVE);
5819 llvm::DIGlobalVariableExpression *GVE =
5823 Var->addDebugInfo(GVE);
6114 if (auto *GVE = dyn_cast_or_null<llvm::DIGlobalVariableExpression>(Repl))
6115 Repl = GVE->getVariable();