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

/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp203 /// addDef - Add a definition point to this value.
204 void addDef(SlotIndex Idx, const MachineOperand &LocMO) { function in class:__anon8668::UserValue
453 UV->addDef(Idx, MI->getOperand(0));
/external/llvm/lib/TableGen/
H A DTGParser.cpp365 Records.addDef(IterRec);
1233 Records.addDef(NewRec);
1943 Records.addDef(CurRec);
2325 Records.addDef(CurRec);
H A DRecord.cpp1683 TrackedRecords.addDef(this);
/external/llvm/include/llvm/TableGen/
H A DRecord.h1574 void addDef(Record *R) { function in class:llvm::RecordKeeper

Completed in 395 milliseconds