Searched refs:GVEs (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 320 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in runOnModule() local 321 GV.getDebugInfo(GVEs); in runOnModule() 322 for (auto *GVE : GVEs) in runOnModule()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 319 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in stripDeadDebugInfoImpl() local 320 GV.getDebugInfo(GVEs); in stripDeadDebugInfoImpl() 321 for (auto *GVE : GVEs) in stripDeadDebugInfoImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 928 sortGlobalExprs(SmallVectorImpl<DwarfCompileUnit::GlobalExpr> &GVEs) { in sortGlobalExprs() argument 930 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()
|
D | CodeViewDebug.cpp | 2984 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in collectGlobalVariableInfo() local 2985 GV.getDebugInfo(GVEs); in collectGlobalVariableInfo() 2986 for (const auto *GVE : GVEs) in collectGlobalVariableInfo()
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 1259 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in LLVMGetDebugLocDirectory() local 1260 GV->getDebugInfo(GVEs); in LLVMGetDebugLocDirectory() 1261 if (GVEs.size()) in LLVMGetDebugLocDirectory() 1262 if (const DIGlobalVariable *DGV = GVEs[0]->getVariable()) in LLVMGetDebugLocDirectory() 1283 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in LLVMGetDebugLocFilename() local 1284 GV->getDebugInfo(GVEs); in LLVMGetDebugLocFilename() 1285 if (GVEs.size()) in LLVMGetDebugLocFilename() 1286 if (const DIGlobalVariable *DGV = GVEs[0]->getVariable()) in LLVMGetDebugLocFilename() 1306 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in LLVMGetDebugLocLine() local 1307 GV->getDebugInfo(GVEs); in LLVMGetDebugLocLine() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 1226 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in LLVMGetDebugLocDirectory() local 1227 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() local 1251 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() local 1274 GV->getDebugInfo(GVEs); in LLVMGetDebugLocLine() [all …]
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1100 sortGlobalExprs(SmallVectorImpl<DwarfCompileUnit::GlobalExpr> &GVEs) { in sortGlobalExprs() argument 1102 GVEs, [](DwarfCompileUnit::GlobalExpr A, DwarfCompileUnit::GlobalExpr B) { in sortGlobalExprs() 1116 GVEs.erase(std::unique(GVEs.begin(), GVEs.end(), in sortGlobalExprs() 1121 GVEs.end()); in sortGlobalExprs() 1122 return GVEs; in sortGlobalExprs()
|
D | CodeViewDebug.cpp | 3018 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in collectGlobalVariableInfo() local 3019 GV.getDebugInfo(GVEs); in collectGlobalVariableInfo() 3020 for (const auto *GVE : GVEs) in collectGlobalVariableInfo()
|