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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
PDBStringTable.cpp 128 auto ExpectedStr = getStringForID(ID);
129 if (!ExpectedStr)
130 return ExpectedStr.takeError();
132 if (*ExpectedStr == Str)
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp 661 auto ExpectedStr = Strings.getString(CMI.Header->ModuleNameOffset);
662 if (!ExpectedStr)
663 return ExpectedStr.takeError();
664 YCMI.ModuleName = *ExpectedStr;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
DumpOutputStyle.cpp 1510 auto ExpectedStr = Strings.getStringForID(A.first);
1512 if (ExpectedStr)
1513 P.formatLine("`{0}` -> {1}", *ExpectedStr, TI);
1516 consumeError(ExpectedStr.takeError());

Completed in 16 milliseconds