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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordVisitor.h38 const bool RecordUndefs = false)
39 : Symbols(Symbols), Targ(T), RecordUndefs(RecordUndefs) {}
48 const bool RecordUndefs; member in class:llvm::MachO::SymbolConverter
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordVisitor.cpp22 static bool shouldSkipRecord(const Record &R, const bool RecordUndefs) { argument
27 return !(RecordUndefs && R.isUndefined());
32 if (shouldSkipRecord(GR, RecordUndefs))
40 if (shouldSkipRecord(*IV, RecordUndefs))
50 if (!shouldSkipRecord(ObjCR, RecordUndefs)) {

Completed in 108 milliseconds