Home
last modified time | relevance | path

Searched refs:addPattern (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/bsd/elftosb/dist/common/
DExcludesListMatcher.h47 void addPattern(bool isInclude, const std::string & pattern);
DExcludesListMatcher.cpp23 void ExcludesListMatcher::addPattern(bool isInclude, const std::string & pattern) in addPattern() function in ExcludesListMatcher
/netbsd/src/external/bsd/elftosb/dist/elftosb2/
DConversionController.cpp1158 matcher.addPattern(isInclude, *(sectionNode->getSectionName())); in createSourceFromNode()