Searched refs:RecordUndefs (Results 1 – 2 of 2) sorted by relevance
38 const bool RecordUndefs = false)39 : Symbols(Symbols), Targ(T), RecordUndefs(RecordUndefs) {} in Symbols()48 const bool RecordUndefs; variable
22 static bool shouldSkipRecord(const Record &R, const bool RecordUndefs) { in shouldSkipRecord() argument27 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()