HomeSort by: relevance | last modified time | path
    Searched refs:GVEs (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
StripSymbols.cpp 318 SmallVector<DIGlobalVariableExpression *, 1> GVEs;
319 GV.getDebugInfo(GVEs);
320 for (auto *GVE : GVEs)
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Core.cpp 1279 SmallVector<DIGlobalVariableExpression *, 1> GVEs;
1280 GV->getDebugInfo(GVEs);
1281 if (GVEs.size())
1282 if (const DIGlobalVariable *DGV = GVEs[0]->getVariable())
1303 SmallVector<DIGlobalVariableExpression *, 1> GVEs;
1304 GV->getDebugInfo(GVEs);
1305 if (GVEs.size())
1306 if (const DIGlobalVariable *DGV = GVEs[0]->getVariable())
1326 SmallVector<DIGlobalVariableExpression *, 1> GVEs;
1327 GV->getDebugInfo(GVEs);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 1135 /// Sort and unique GVEs by comparing their fragment offset.
1137 sortGlobalExprs(SmallVectorImpl<DwarfCompileUnit::GlobalExpr> &GVEs) {
1139 GVEs, [](DwarfCompileUnit::GlobalExpr A, DwarfCompileUnit::GlobalExpr B) {
1153 GVEs.erase(std::unique(GVEs.begin(), GVEs.end(),
1158 GVEs.end());
1159 return GVEs;
CodeViewDebug.cpp 3051 SmallVector<DIGlobalVariableExpression *, 1> GVEs;
3052 GV.getDebugInfo(GVEs);
3053 for (const auto *GVE : GVEs)

Completed in 23 milliseconds