Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h248 bool shouldIgnoreDuplicate(const ResourceEntryRef &Entry) const;
249 bool shouldIgnoreDuplicate(const std::vector<StringOrID> &Context) const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp311 bool WindowsResourceParser::shouldIgnoreDuplicate( in shouldIgnoreDuplicate() function in llvm::object::WindowsResourceParser
320 bool WindowsResourceParser::shouldIgnoreDuplicate( in shouldIgnoreDuplicate() function in llvm::object::WindowsResourceParser
355 if (!shouldIgnoreDuplicate(Entry)) in parse()
440 if (!shouldIgnoreDuplicate(Context)) in addChildren()