Home
last modified time | relevance | path

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

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