Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h111 bool isPositiveMatch() const { return IsPositiveMatch; } in isPositiveMatch() function
134 if (Matcher->isPositiveMatch()) { in addMatcher()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp807 if (Matcher && !Matcher->isPositiveMatch()) { in parseObjcopyOptions()