Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/TableGen/
HDRecord.h1391 RecordKeeper &TrackedRecords; variable
1405 TrackedRecords(records), TheInit(0), IsAnonymous(Anonymous) {
1411 TrackedRecords(records), TheInit(0), IsAnonymous(Anonymous) {
1420 SuperClassRanges(O.SuperClassRanges), TrackedRecords(O.TrackedRecords), in Record()
1544 return TrackedRecords; in getRecords()
/trueos/contrib/llvm/lib/TableGen/
HDRecord.cpp1693 if (TrackedRecords.getDef(Name->getAsUnquotedString()) == this) { in setName()
1694 TrackedRecords.removeDef(Name->getAsUnquotedString()); in setName()
1695 TrackedRecords.addDef(this); in setName()
1696 } else if (TrackedRecords.getClass(Name->getAsUnquotedString()) == this) { in setName()
1697 TrackedRecords.removeClass(Name->getAsUnquotedString()); in setName()
1698 TrackedRecords.addClass(this); in setName()