Searched refs:GVEs (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SCCP.cpp | 339 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in runIPSCCP() local 340 GV->getDebugInfo(GVEs); in runIPSCCP() 341 if (GVEs.size() == 1) { in runIPSCCP() 345 GVEs[0]->replaceOperandWith(1, InitExpr); in runIPSCCP()
|
| H A D | StripSymbols.cpp | 204 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in stripDeadDebugInfoImpl() local 205 GV.getDebugInfo(GVEs); in stripDeadDebugInfoImpl() 206 for (auto *GVE : GVEs) in stripDeadDebugInfoImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Core.cpp | 1466 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in LLVMGetDebugLocDirectory() local 1467 GV->getDebugInfo(GVEs); in LLVMGetDebugLocDirectory() 1468 if (GVEs.size()) in LLVMGetDebugLocDirectory() 1469 if (const DIGlobalVariable *DGV = GVEs[0]->getVariable()) in LLVMGetDebugLocDirectory() 1490 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in LLVMGetDebugLocFilename() local 1491 GV->getDebugInfo(GVEs); in LLVMGetDebugLocFilename() 1492 if (GVEs.size()) in LLVMGetDebugLocFilename() 1493 if (const DIGlobalVariable *DGV = GVEs[0]->getVariable()) in LLVMGetDebugLocFilename() 1513 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in LLVMGetDebugLocLine() local 1514 GV->getDebugInfo(GVEs); in LLVMGetDebugLocLine() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 1123 sortGlobalExprs(SmallVectorImpl<DwarfCompileUnit::GlobalExpr> &GVEs) { in sortGlobalExprs() argument 1125 GVEs, [](DwarfCompileUnit::GlobalExpr A, DwarfCompileUnit::GlobalExpr B) { in sortGlobalExprs() 1139 GVEs.erase(llvm::unique(GVEs, in sortGlobalExprs() 1144 GVEs.end()); in sortGlobalExprs() 1145 return GVEs; in sortGlobalExprs()
|
| H A D | CodeViewDebug.cpp | 3242 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in collectGlobalVariableInfo() local 3243 GV.getDebugInfo(GVEs); in collectGlobalVariableInfo() 3244 for (const auto *GVE : GVEs) in collectGlobalVariableInfo()
|