Home
last modified time | relevance | path

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

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