Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lld/Common/
H A DStrings.cpp24 ExactMatch = true; in SingleStringMatcher()
32 ExactMatch = false; in SingleStringMatcher()
38 return ExactMatch ? (ExactPattern == s) : GlobPatternMatcher.match(s); in match()
/openbsd-src/gnu/llvm/lld/include/lld/Common/
H A DStrings.h41 return !ExactMatch && GlobPatternMatcher.isTrivialMatchAll(); in isTrivialMatchAll()
46 bool ExactMatch;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DComdat.cpp52 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
71 Cd->setSelectionKind(Comdat::ExactMatch); in LLVMSetComdatSelectionKind()
H A DAsmWriter.cpp4652 case Comdat::ExactMatch: in print()
/openbsd-src/gnu/llvm/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.cpp82 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData()
113 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DArchSpec.h500 enum MatchType : bool { CompatibleMatch, ExactMatch }; enumerator
512 return IsMatch(rhs, ExactMatch); in IsExactMatch()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DComdat.h37 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h170 ExactMatch, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DLinkModules.cpp184 case Comdat::SelectionKind::ExactMatch: in computeResultingSelectionKind()
197 if (Result == Comdat::SelectionKind::ExactMatch) { in computeResultingSelectionKind()
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp497 case Comdat::ExactMatch: in dumpSymtab()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp978 !cores_match(GetCore(), rhs.GetCore(), true, match == ExactMatch)) in IsMatch()
995 (match == ExactMatch || !both_windows)) { in IsMatch()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1987 arch, process_host_arch, ArchSpec::ExactMatch, platform_arch_ptr)) in GetOrCreate()
2008 arch, process_host_arch, ArchSpec::ExactMatch, platform_arch_ptr)) { in GetOrCreate()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1634 case Comdat::ExactMatch: in getSelectionForCOFF()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1795 case Comdat::ExactMatch: in shouldInstrumentGlobal()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp849 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1189 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1285 return Comdat::ExactMatch; in getDecodedComdatSelectionKind()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp720 SK = Comdat::ExactMatch; in parseComdat()