Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordVisitor.h38 const bool RecordUndefs = false)
39 : Symbols(Symbols), Targ(T), RecordUndefs(RecordUndefs) {} in Symbols()
48 const bool RecordUndefs; variable
/src/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordVisitor.cpp22 static bool shouldSkipRecord(const Record &R, const bool RecordUndefs) { in shouldSkipRecord() argument
27 return !(RecordUndefs && R.isUndefined()); in shouldSkipRecord()
32 if (shouldSkipRecord(GR, RecordUndefs)) in visitGlobal()
50 if (shouldSkipRecord(*IV, RecordUndefs)) in addIVars()
60 if (!shouldSkipRecord(ObjCR, RecordUndefs)) { in visitObjCInterface()