Searched refs:GVEs (Results 1 – 4 of 4) sorted by relevance
320 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in runOnModule() local321 GV.getDebugInfo(GVEs); in runOnModule()322 for (auto *GVE : GVEs) in runOnModule()
928 sortGlobalExprs(SmallVectorImpl<DwarfCompileUnit::GlobalExpr> &GVEs) { in sortGlobalExprs() argument930 GVEs, [](DwarfCompileUnit::GlobalExpr A, DwarfCompileUnit::GlobalExpr B) { in sortGlobalExprs()944 GVEs.erase(std::unique(GVEs.begin(), GVEs.end(), in sortGlobalExprs()949 GVEs.end()); in sortGlobalExprs()950 return GVEs; in sortGlobalExprs()
2984 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in collectGlobalVariableInfo() local2985 GV.getDebugInfo(GVEs); in collectGlobalVariableInfo()2986 for (const auto *GVE : GVEs) in collectGlobalVariableInfo()
1226 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in LLVMGetDebugLocDirectory() local1227 GV->getDebugInfo(GVEs); in LLVMGetDebugLocDirectory()1228 if (GVEs.size()) in LLVMGetDebugLocDirectory()1229 if (const DIGlobalVariable *DGV = GVEs[0]->getVariable()) in LLVMGetDebugLocDirectory()1250 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in LLVMGetDebugLocFilename() local1251 GV->getDebugInfo(GVEs); in LLVMGetDebugLocFilename()1252 if (GVEs.size()) in LLVMGetDebugLocFilename()1253 if (const DIGlobalVariable *DGV = GVEs[0]->getVariable()) in LLVMGetDebugLocFilename()1273 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in LLVMGetDebugLocLine() local1274 GV->getDebugInfo(GVEs); in LLVMGetDebugLocLine()[all …]