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

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
GlobalISelEmitter.cpp 423 /// LabelID along with a comment indicating where that label is.
435 unsigned LabelID;
456 : LabelID(LabelID_.getValueOr(~0u)), EmitStr(EmitStr),
458 assert((!LabelID_.hasValue() || LabelID != ~0u) &&
539 static MatchTableRecord Label(unsigned LabelID) {
540 return MatchTableRecord(LabelID, "Label " + llvm::to_string(LabelID), 0,
545 static MatchTableRecord JumpTarget(unsigned LabelID) {
546 return MatchTableRecord(LabelID, "Label " + llvm::to_string(LabelID), 1
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLToken.h 460 LabelID, // 42:

Completed in 39 milliseconds