Home
last modified time | relevance | path

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

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