| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCSection.cpp | 65 bool ExactMatch = false; in getSubsectionInsertionPoint() local 67 ExactMatch = MI->first == Subsection; in getSubsectionInsertionPoint() 68 if (ExactMatch) in getSubsectionInsertionPoint() 76 if (!ExactMatch && Subsection != 0) { in getSubsectionInsertionPoint()
|
| /llvm-project-15.0.7/lld/Common/ |
| H A D | Strings.cpp | 24 ExactMatch = true; in SingleStringMatcher() 32 ExactMatch = false; in SingleStringMatcher() 38 return ExactMatch ? (ExactPattern == s) : GlobPatternMatcher.match(s); in match()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/ |
| H A D | gmock-matchers.cc | 286 case UnorderedMatcherRequire::ExactMatch: in DescribeToImpl() 310 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl() 316 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl() 327 case UnorderedMatcherRequire::ExactMatch: in DescribeNegationToImpl() 351 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl() 357 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl()
|
| /llvm-project-15.0.7/lld/include/lld/Common/ |
| H A D | Strings.h | 49 return !ExactMatch && GlobPatternMatcher.isTrivialMatchAll(); in isTrivialMatchAll() 54 bool ExactMatch;
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Comdat.cpp | 52 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind() 71 Cd->setSelectionKind(Comdat::ExactMatch); in LLVMSetComdatSelectionKind()
|
| H A D | AsmWriter.cpp | 4543 case Comdat::ExactMatch: in print()
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileRegex.cpp | 45 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData() 81 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
|
| H A D | BreakpointResolverFileLine.cpp | 78 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData() 109 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Comdat.h | 37 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator
|
| /llvm-project-15.0.7/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolver.h | 169 ExactMatch, enumerator
|
| /llvm-project-15.0.7/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 184 case Comdat::SelectionKind::ExactMatch: in computeResultingSelectionKind() 197 if (Result == Comdat::SelectionKind::ExactMatch) { in computeResultingSelectionKind()
|
| /llvm-project-15.0.7/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 506 case Comdat::ExactMatch: in dumpSymtab()
|
| /llvm-project-15.0.7/llvm/unittests/Transforms/Utils/ |
| H A D | CloningTest.cpp | 917 CD->setSelectionKind(Comdat::ExactMatch); in CreateOldModule() 1085 EXPECT_EQ(Comdat::ExactMatch, CD->getSelectionKind()); in TEST_F()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 2911 ExactMatch = Superset | Subset, 3007 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { 3089 UnorderedMatcherRequire::ExactMatch, matchers.begin(), 3581 internal::UnorderedMatcherRequire::ExactMatch, first, last);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1600 case Comdat::ExactMatch: in getSelectionForCOFF()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1765 case Comdat::ExactMatch: in shouldInstrumentGlobal()
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 877 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1150 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1269 return Comdat::ExactMatch; in getDecodedComdatSelectionKind()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 698 SK = Comdat::ExactMatch; in parseComdat()
|