Home
last modified time | relevance | path

Searched refs:isTrivialMatchAll (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lld/include/lld/Common/
DStrings.h43 bool isTrivialMatchAll() const { in isTrivialMatchAll() function
44 return !ExactMatch && GlobPatternMatcher.isTrivialMatchAll(); in isTrivialMatchAll()
/external/llvm-project/llvm/unittests/Support/
DGlobPatternTest.cpp140 EXPECT_TRUE(Pat1->isTrivialMatchAll()); in TEST_F()
146 EXPECT_FALSE(Pat2->isTrivialMatchAll()); in TEST_F()
/external/llvm-project/llvm/include/llvm/Support/
DGlobPattern.h36 bool isTrivialMatchAll() const { in isTrivialMatchAll() function
/external/llvm-project/lld/ELF/
DLinkerScript.cpp329 if (filePat.isTrivialMatchAll()) in matchesFile()