| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/lld/Common/ |
| H A D | Strings.cpp | 37 ExactMatch = true; in SingleStringMatcher() 45 ExactMatch = false; in SingleStringMatcher() 51 return ExactMatch ? (ExactPattern == s) : GlobPatternMatcher.match(s); in match()
|
| /freebsd-13.1/contrib/googletest/googlemock/src/ |
| H A D | gmock-matchers.cc | 396 case UnorderedMatcherRequire::ExactMatch: in DescribeToImpl() 420 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl() 426 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl() 437 case UnorderedMatcherRequire::ExactMatch: in DescribeNegationToImpl() 461 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl() 467 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl()
|
| /freebsd-13.1/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | Strings.h | 44 return !ExactMatch && GlobPatternMatcher.isTrivialMatchAll(); in isTrivialMatchAll() 49 bool ExactMatch;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Comdat.cpp | 46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind() 65 Cd->setSelectionKind(Comdat::ExactMatch); in LLVMSetComdatSelectionKind()
|
| H A D | AsmWriter.cpp | 4550 case Comdat::ExactMatch: in print()
|
| /freebsd-13.1/contrib/llvm-project/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 | 77 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData() 108 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Comdat.h | 35 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolver.h | 169 ExactMatch, enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 199 case Comdat::SelectionKind::ExactMatch: in computeResultingSelectionKind() 212 if (Result == Comdat::SelectionKind::ExactMatch) { in computeResultingSelectionKind()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 457 case Comdat::ExactMatch: in dumpSymtab()
|
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 3679 ExactMatch = Superset | Subset, 3773 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { 3850 UnorderedMatcherRequire::ExactMatch, matchers.begin(), matchers.end())); 4263 internal::UnorderedMatcherRequire::ExactMatch, first, last);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1574 case Comdat::ExactMatch: in getSelectionForCOFF()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1918 case Comdat::ExactMatch: in shouldInstrumentGlobal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1131 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1127 return Comdat::ExactMatch; in getDecodedComdatSelectionKind()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 666 SK = Comdat::ExactMatch; in parseComdat()
|