Home
last modified time | relevance | path

Searched refs:ExactMatch (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSection.cpp65 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 DStrings.cpp37 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 Dgmock-matchers.cc396 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 DStrings.h44 return !ExactMatch && GlobPatternMatcher.isTrivialMatchAll(); in isTrivialMatchAll()
49 bool ExactMatch;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DComdat.cpp46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
65 Cd->setSelectionKind(Comdat::ExactMatch); in LLVMSetComdatSelectionKind()
H A DAsmWriter.cpp4550 case Comdat::ExactMatch: in print()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp45 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData()
81 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
H A DBreakpointResolverFileLine.cpp77 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 DComdat.h35 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h169 ExactMatch, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp199 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 Dllvm-lto2.cpp457 case Comdat::ExactMatch: in dumpSymtab()
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3679 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 DTargetLoweringObjectFileImpl.cpp1574 case Comdat::ExactMatch: in getSelectionForCOFF()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1918 case Comdat::ExactMatch: in shouldInstrumentGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1131 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1127 return Comdat::ExactMatch; in getDecodedComdatSelectionKind()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp666 SK = Comdat::ExactMatch; in parseComdat()