Searched refs:ExactMatch (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCSection.cpp | 67 bool ExactMatch = false; in getSubsectionInsertionPoint() local 69 ExactMatch = MI->first == Subsection; in getSubsectionInsertionPoint() 70 if (ExactMatch) in getSubsectionInsertionPoint() 78 if (!ExactMatch && Subsection != 0) { in getSubsectionInsertionPoint()
|
| /freebsd-12.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-12.1/contrib/llvm/lib/IR/ |
| H A D | Comdat.cpp | 47 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind() 66 Cd->setSelectionKind(Comdat::ExactMatch); in LLVMSetComdatSelectionKind()
|
| H A D | AsmWriter.cpp | 4105 case Comdat::ExactMatch: in print()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileRegex.cpp | 50 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData() 85 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
|
| H A D | BreakpointResolverFileLine.cpp | 85 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData() 112 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Comdat.h | 36 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolver.h | 195 ExactMatch, enumerator
|
| /freebsd-12.1/contrib/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 184 case Comdat::SelectionKind::ExactMatch: in computeResultingSelectionKind() 197 if (Result == Comdat::SelectionKind::ExactMatch) { in computeResultingSelectionKind()
|
| /freebsd-12.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-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1259 case Comdat::ExactMatch: in getSelectionForCOFF()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1689 case Comdat::ExactMatch: in ShouldInstrumentGlobal()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1041 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1060 return Comdat::ExactMatch; in getDecodedComdatSelectionKind()
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 627 SK = Comdat::ExactMatch; in parseComdat()
|