Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWindowsResource.h248 bool shouldIgnoreDuplicate(const ResourceEntryRef &Entry) const;
249 bool shouldIgnoreDuplicate(const std::vector<StringOrID> &Context) const;
/llvm-project-15.0.7/llvm/lib/Object/
H A DWindowsResource.cpp310 bool WindowsResourceParser::shouldIgnoreDuplicate( in shouldIgnoreDuplicate() function in llvm::object::WindowsResourceParser
319 bool WindowsResourceParser::shouldIgnoreDuplicate( in shouldIgnoreDuplicate() function in llvm::object::WindowsResourceParser
354 if (!shouldIgnoreDuplicate(Entry)) in parse()
439 if (!shouldIgnoreDuplicate(Context)) in addChildren()