Home
last modified time | relevance | path

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

12

/external/llvm/lib/MC/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
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()
/external/llvm-project/llvm/lib/MC/
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()
/external/googletest/googlemock/src/
Dgmock-matchers.cc283 case UnorderedMatcherRequire::ExactMatch: in DescribeToImpl()
307 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl()
313 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl()
324 case UnorderedMatcherRequire::ExactMatch: in DescribeNegationToImpl()
348 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl()
354 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl()
/external/llvm-project/lld/Common/
DStrings.cpp37 ExactMatch = true; in SingleStringMatcher()
45 ExactMatch = false; in SingleStringMatcher()
51 return ExactMatch ? (ExactPattern == s) : GlobPatternMatcher.match(s); in match()
/external/llvm-project/lld/include/lld/Common/
DStrings.h44 return !ExactMatch && GlobPatternMatcher.isTrivialMatchAll(); in isTrivialMatchAll()
50 bool ExactMatch;
/external/llvm-project/llvm/lib/IR/
DComdat.cpp46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
65 Cd->setSelectionKind(Comdat::ExactMatch); in LLVMSetComdatSelectionKind()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DComdat.cpp46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
65 Cd->setSelectionKind(Comdat::ExactMatch); in LLVMSetComdatSelectionKind()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointResolverFileRegex.cpp45 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData()
81 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
DBreakpointResolverFileLine.cpp80 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData()
107 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
/external/llvm/include/llvm/IR/
DComdat.h33 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DComdat.h35 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator
/external/llvm-project/llvm/include/llvm/IR/
DComdat.h35 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointResolver.h169 ExactMatch, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkModules.cpp183 case Comdat::SelectionKind::ExactMatch: in computeResultingSelectionKind()
196 if (Result == Comdat::SelectionKind::ExactMatch) { in computeResultingSelectionKind()
/external/llvm-project/llvm/lib/Linker/
DLinkModules.cpp183 case Comdat::SelectionKind::ExactMatch: in computeResultingSelectionKind()
196 if (Result == Comdat::SelectionKind::ExactMatch) { in computeResultingSelectionKind()
/external/llvm/lib/Linker/
DLinkModules.cpp200 case Comdat::SelectionKind::ExactMatch: in computeResultingSelectionKind()
213 if (Result == Comdat::SelectionKind::ExactMatch) { in computeResultingSelectionKind()
/external/llvm-project/llvm/unittests/Transforms/Utils/
DCloningTest.cpp832 CD->setSelectionKind(Comdat::ExactMatch); in CreateOldModule()
968 EXPECT_EQ(Comdat::ExactMatch, CD->getSelectionKind()); in TEST_F()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp872 case Comdat::ExactMatch: in getSelectionForCOFF()
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h3376 ExactMatch = Superset | Subset,
3470 if (match_flags() == UnorderedMatcherRequire::ExactMatch) {
3548 UnorderedMatcherRequire::ExactMatch, matchers.begin(),
4028 internal::UnorderedMatcherRequire::ExactMatch, first, last);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1283 case Comdat::ExactMatch: in getSelectionForCOFF()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1488 case Comdat::ExactMatch: in getSelectionForCOFF()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1840 case Comdat::ExactMatch: in ShouldInstrumentGlobal()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1843 case Comdat::ExactMatch: in shouldInstrumentGlobal()
/external/llvm/lib/IR/
DAsmWriter.cpp3346 case Comdat::ExactMatch: in print()

12