Searched refs:RawLabel (Results 1 – 2 of 2) sorted by relevance
473 const DILabel *RawLabel = MI.getDebugLabel(); in calculateDbgEntityHistory() local474 assert(RawLabel->isValidLocationForIntrinsic(MI.getDebugLoc()) && in calculateDbgEntityHistory()479 InlinedEntity L(RawLabel, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
1699 StringRef RawLabel = Token.getString(); in isLabel() local1703 if (!RawLabel.size()) in isLabel()1707 if (RawLabel.size() > 63) in isLabel()1711 if (!isHLASMAlpha(RawLabel[0])) in isLabel()1718 for (unsigned I = 1; I < RawLabel.size(); ++I) in isLabel()1719 if (!isHLASMAlnum(RawLabel[I])) in isLabel()