/external/llvm/lib/MC/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
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()
|
/external/llvm-project/llvm/lib/MC/ |
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()
|
/external/googletest/googlemock/src/ |
D | gmock-matchers.cc | 283 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/ |
D | Strings.cpp | 37 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/ |
D | Strings.h | 44 return !ExactMatch && GlobPatternMatcher.isTrivialMatchAll(); in isTrivialMatchAll() 50 bool ExactMatch;
|
/external/llvm-project/llvm/lib/IR/ |
D | Comdat.cpp | 46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind() 65 Cd->setSelectionKind(Comdat::ExactMatch); in LLVMSetComdatSelectionKind()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Comdat.cpp | 46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind() 65 Cd->setSelectionKind(Comdat::ExactMatch); in LLVMSetComdatSelectionKind()
|
/external/llvm-project/lldb/source/Breakpoint/ |
D | BreakpointResolverFileRegex.cpp | 45 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData() 81 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
|
D | BreakpointResolverFileLine.cpp | 80 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData() 107 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
|
/external/llvm/include/llvm/IR/ |
D | Comdat.h | 33 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Comdat.h | 35 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Comdat.h | 35 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator
|
/external/llvm-project/lldb/include/lldb/Breakpoint/ |
D | BreakpointResolver.h | 169 ExactMatch, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | LinkModules.cpp | 183 case Comdat::SelectionKind::ExactMatch: in computeResultingSelectionKind() 196 if (Result == Comdat::SelectionKind::ExactMatch) { in computeResultingSelectionKind()
|
/external/llvm-project/llvm/lib/Linker/ |
D | LinkModules.cpp | 183 case Comdat::SelectionKind::ExactMatch: in computeResultingSelectionKind() 196 if (Result == Comdat::SelectionKind::ExactMatch) { in computeResultingSelectionKind()
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 200 case Comdat::SelectionKind::ExactMatch: in computeResultingSelectionKind() 213 if (Result == Comdat::SelectionKind::ExactMatch) { in computeResultingSelectionKind()
|
/external/llvm-project/llvm/unittests/Transforms/Utils/ |
D | CloningTest.cpp | 832 CD->setSelectionKind(Comdat::ExactMatch); in CreateOldModule() 968 EXPECT_EQ(Comdat::ExactMatch, CD->getSelectionKind()); in TEST_F()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 872 case Comdat::ExactMatch: in getSelectionForCOFF()
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 3376 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/ |
D | TargetLoweringObjectFileImpl.cpp | 1283 case Comdat::ExactMatch: in getSelectionForCOFF()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1488 case Comdat::ExactMatch: in getSelectionForCOFF()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1840 case Comdat::ExactMatch: in ShouldInstrumentGlobal()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1843 case Comdat::ExactMatch: in shouldInstrumentGlobal()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 3346 case Comdat::ExactMatch: in print()
|