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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DbgEntityHistoryCalculator.cpp 474 const DILabel *RawLabel = MI.getDebugLabel();
475 assert(RawLabel->isValidLocationForIntrinsic(MI.getDebugLoc()) &&
480 InlinedEntity L(RawLabel, MI.getDebugLoc()->getInlinedAt());
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 1664 StringRef RawLabel = Token.getString();
1668 if (!RawLabel.size())
1672 if (RawLabel.size() > 63)
1676 if (!isHLASMAlpha(RawLabel[0]))
1683 for (unsigned I = 1; I < RawLabel.size(); ++I)
1684 if (!isHLASMAlnum(RawLabel[I]))

Completed in 43 milliseconds