Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCTagsEmitter.cpp73 const auto &Defs = Records.getDefs(); in run()
DPseudoLoweringEmitter.cpp280 for (const auto &D : Records.getDefs()) { in run()
/external/llvm/lib/TableGen/
DRecord.cpp2015 const auto &Defs = RK.getDefs(); in operator <<()
2032 for (const auto &D : getDefs()) in getAllDerivedDefinitions()
/external/llvm/include/llvm/TableGen/
DRecord.h1679 const RecordMap &getDefs() const { return Defs; } in getDefs() function