Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1891 if (!UR.foundUnresolved()) in resolveReferences()
1906 if (!R.foundUnresolved()) in Fold()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h2099 bool foundUnresolved() const { return FoundUnresolved; } in foundUnresolved() function