Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DRecord.cpp1894 void Record::resolveReferences(Resolver &R, const RecordVal *SkipVal) { in resolveReferences() argument
1896 if (SkipVal == &Value) // Skip resolve the same field as the given one in resolveReferences()
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DRecord.h1510 void resolveReferences(Resolver &R, const RecordVal *SkipVal = nullptr);