HomeSort by: relevance | last modified time | path
    Searched defs:GVEs (Results 1 - 2 of 2) 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/CodeGen/AsmPrinter/
CodeViewDebug.cpp 3051 SmallVector<DIGlobalVariableExpression *, 1> GVEs;
3052 GV.getDebugInfo(GVEs);
3053 for (const auto *GVE : GVEs)

Completed in 22 milliseconds