Home
last modified time | relevance | path

Searched refs:RawLabel (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp473 const DILabel *RawLabel = MI.getDebugLabel(); in calculateDbgEntityHistory() local
474 assert(RawLabel->isValidLocationForIntrinsic(MI.getDebugLoc()) && in calculateDbgEntityHistory()
479 InlinedEntity L(RawLabel, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1721 StringRef RawLabel = Token.getString(); in isLabel() local
1725 if (!RawLabel.size()) in isLabel()
1729 if (RawLabel.size() > 63) in isLabel()
1733 if (!isHLASMAlpha(RawLabel[0])) in isLabel()
1740 for (unsigned I = 1; I < RawLabel.size(); ++I) in isLabel()
1741 if (!isHLASMAlnum(RawLabel[I])) in isLabel()