Home
last modified time | relevance | path

Searched refs:addDef (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/TableGen/
DTGParser.cpp367 Records.addDef(IterRec); in ProcessForeachDefs()
1231 Records.addDef(NewRec); in ParseSimpleValue()
1966 Records.addDef(CurRec); in ParseDef()
2356 Records.addDef(CurRec); in InstantiateMulticlassDef()
DRecord.cpp1695 TrackedRecords.addDef(this); in setName()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DLiveDebugVariables.cpp207 void addDef(SlotIndex Idx, const MachineOperand &LocMO) { in addDef() function in __anon6be0c30c0211::UserValue
465 UV->addDef(Idx, MI->getOperand(0)); in handleDebugValue()
/freebsd-10-stable/contrib/llvm/include/llvm/TableGen/
DRecord.h1676 void addDef(Record *R) { in addDef() function