Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWindowsResource.h248 bool shouldIgnoreDuplicate(const ResourceEntryRef &Entry) const;
249 bool shouldIgnoreDuplicate(const std::vector<StringOrID> &Context) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWindowsResource.cpp312 bool WindowsResourceParser::shouldIgnoreDuplicate( in shouldIgnoreDuplicate() function in llvm::object::WindowsResourceParser
321 bool WindowsResourceParser::shouldIgnoreDuplicate( in shouldIgnoreDuplicate() function in llvm::object::WindowsResourceParser
356 if (!shouldIgnoreDuplicate(Entry)) in parse()
441 if (!shouldIgnoreDuplicate(Context)) in addChildren()