Searched refs:GVEs (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SCCP.cpp | 366 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in runIPSCCP() local 367 GV->getDebugInfo(GVEs); in runIPSCCP() 368 if (GVEs.size() == 1) { in runIPSCCP() 372 GVEs[0]->replaceOperandWith(1, InitExpr); in runIPSCCP()
|
H A D | StripSymbols.cpp | 203 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in stripDeadDebugInfoImpl() 204 GV.getDebugInfo(GVEs); in stripDeadDebugInfoImpl() 205 for (auto *GVE : GVEs) in stripDeadDebugInfoImpl() 197 SmallVector<DIGlobalVariableExpression *, 1> GVEs; stripDeadDebugInfoImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 1463 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in LLVMGetDebugLocDirectory() local 1464 GV->getDebugInfo(GVEs); in LLVMGetDebugLocDirectory() 1465 if (GVEs.size()) in LLVMGetDebugLocDirectory() 1466 if (const DIGlobalVariable *DGV = GVEs[0]->getVariable()) in LLVMGetDebugLocDirectory() 1487 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in LLVMGetDebugLocFilename() local 1488 GV->getDebugInfo(GVEs); in LLVMGetDebugLocFilename() 1489 if (GVEs.size()) in LLVMGetDebugLocFilename() 1490 if (const DIGlobalVariable *DGV = GVEs[0]->getVariable()) in LLVMGetDebugLocFilename() 1510 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in LLVMGetDebugLocLine() local 1511 GV->getDebugInfo(GVEs); in LLVMGetDebugLocLine() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 1117 sortGlobalExprs(SmallVectorImpl<DwarfCompileUnit::GlobalExpr> &GVEs) { in sortGlobalExprs() argument 1119 GVEs, [](DwarfCompileUnit::GlobalExpr A, DwarfCompileUnit::GlobalExpr B) { in sortGlobalExprs() 1133 GVEs.erase(llvm::unique(GVEs, in sortGlobalExprs() 1138 GVEs.end()); in sortGlobalExprs() 1139 return GVEs; in sortGlobalExprs()
|
H A D | CodeViewDebug.cpp | 3228 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in collectGlobalVariableInfo() 3229 GV.getDebugInfo(GVEs); in collectGlobalVariableInfo() 3230 for (const auto *GVE : GVEs) in collectGlobalVariableInfo() 3206 SmallVector<DIGlobalVariableExpression *, 1> GVEs; collectGlobalVariableInfo() local
|