Home
last modified time | relevance | path

Searched refs:GVEs (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp318 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in stripDeadDebugInfoImpl() local
319 GV.getDebugInfo(GVEs); in stripDeadDebugInfoImpl()
320 for (auto *GVE : GVEs) in stripDeadDebugInfoImpl()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp1279 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in LLVMGetDebugLocDirectory() local
1280 GV->getDebugInfo(GVEs); in LLVMGetDebugLocDirectory()
1281 if (GVEs.size()) in LLVMGetDebugLocDirectory()
1282 if (const DIGlobalVariable *DGV = GVEs[0]->getVariable()) in LLVMGetDebugLocDirectory()
1303 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in LLVMGetDebugLocFilename() local
1304 GV->getDebugInfo(GVEs); in LLVMGetDebugLocFilename()
1305 if (GVEs.size()) in LLVMGetDebugLocFilename()
1306 if (const DIGlobalVariable *DGV = GVEs[0]->getVariable()) in LLVMGetDebugLocFilename()
1326 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in LLVMGetDebugLocLine() local
1327 GV->getDebugInfo(GVEs); in LLVMGetDebugLocLine()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1137 sortGlobalExprs(SmallVectorImpl<DwarfCompileUnit::GlobalExpr> &GVEs) { in sortGlobalExprs() argument
1139 GVEs, [](DwarfCompileUnit::GlobalExpr A, DwarfCompileUnit::GlobalExpr B) { in sortGlobalExprs()
1153 GVEs.erase(std::unique(GVEs.begin(), GVEs.end(), in sortGlobalExprs()
1158 GVEs.end()); in sortGlobalExprs()
1159 return GVEs; in sortGlobalExprs()
H A DCodeViewDebug.cpp3051 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in collectGlobalVariableInfo() local
3052 GV.getDebugInfo(GVEs); in collectGlobalVariableInfo()
3053 for (const auto *GVE : GVEs) in collectGlobalVariableInfo()