Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1102 ArrayRef<Init *> getVals() const { in getVals() function
1123 inline const_val_iterator name_begin() const { return getVals().begin();} in name_begin()
1124 inline const_val_iterator name_end () const { return getVals().end(); } in name_end()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2471 for (const Init *Val : getVals()) { in resolveReferences()
2511 for (const Init *Val : getVals()) in isConcrete()
2523 for (const Init *Val : getVals()) in isComplete()