Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCSection.cpp67 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 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-12.1/contrib/llvm/lib/IR/
H A DComdat.cpp47 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
66 Cd->setSelectionKind(Comdat::ExactMatch); in LLVMSetComdatSelectionKind()
H A DAsmWriter.cpp4105 case Comdat::ExactMatch: in print()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp50 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData()
85 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
H A DBreakpointResolverFileLine.cpp85 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 DComdat.h36 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h195 ExactMatch, enumerator
/freebsd-12.1/contrib/llvm/lib/Linker/
H A DLinkModules.cpp184 case Comdat::SelectionKind::ExactMatch: in computeResultingSelectionKind()
197 if (Result == Comdat::SelectionKind::ExactMatch) { in computeResultingSelectionKind()
/freebsd-12.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-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1259 case Comdat::ExactMatch: in getSelectionForCOFF()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1689 case Comdat::ExactMatch: in ShouldInstrumentGlobal()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1041 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1060 return Comdat::ExactMatch; in getDecodedComdatSelectionKind()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp627 SK = Comdat::ExactMatch; in parseComdat()