Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp490 const DILabel *RawLabel = MI.getDebugLabel(); in calculateDbgEntityHistory() local
491 assert(RawLabel->isValidLocationForIntrinsic(MI.getDebugLoc()) && in calculateDbgEntityHistory()
496 InlinedEntity L(RawLabel, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1747 StringRef RawLabel = Token.getString(); in isLabel() local
1751 if (!RawLabel.size()) in isLabel()
1755 if (RawLabel.size() > 63) in isLabel()
1759 if (!isHLASMAlpha(RawLabel[0])) in isLabel()
1766 for (unsigned I = 1; I < RawLabel.size(); ++I) in isLabel()
1767 if (!isHLASMAlnum(RawLabel[I])) in isLabel()