Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DStripSymbols.cpp320 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in runOnModule() local
321 GV.getDebugInfo(GVEs); in runOnModule()
322 for (auto *GVE : GVEs) in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp928 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()
DCodeViewDebug.cpp2984 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in collectGlobalVariableInfo() local
2985 GV.getDebugInfo(GVEs); in collectGlobalVariableInfo()
2986 for (const auto *GVE : GVEs) in collectGlobalVariableInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1226 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 …]