Home
last modified time | relevance | path

Searched refs:StartsWith (Results 1 – 25 of 29) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp325 .StartsWith("bpf", BPFArch) in getArchTypeForLLVMName()
510 .StartsWith("kalimba", Triple::kalimba) in parseArch()
560 .StartsWith("ananas", Triple::Ananas) in parseOS()
561 .StartsWith("cloudabi", Triple::CloudABI) in parseOS()
562 .StartsWith("darwin", Triple::Darwin) in parseOS()
563 .StartsWith("dragonfly", Triple::DragonFly) in parseOS()
564 .StartsWith("freebsd", Triple::FreeBSD) in parseOS()
565 .StartsWith("fuchsia", Triple::Fuchsia) in parseOS()
566 .StartsWith("ios", Triple::IOS) in parseOS()
567 .StartsWith("kfreebsd", Triple::KFreeBSD) in parseOS()
[all …]
H A DARMTargetParserCommon.cpp110 .StartsWith("aarch64", ISAKind::AARCH64) in parseArchISA()
111 .StartsWith("arm64", ISAKind::AARCH64) in parseArchISA()
112 .StartsWith("thumb", ISAKind::THUMB) in parseArchISA()
113 .StartsWith("arm", ISAKind::ARM) in parseArchISA()
H A DHost.cpp1483 .StartsWith("SuperSparc", "supersparc") in getHostCPUNameForSPARC()
1484 .StartsWith("HyperSparc", "hypersparc") in getHostCPUNameForSPARC()
1485 .StartsWith("SpitFire", "ultrasparc") in getHostCPUNameForSPARC()
1486 .StartsWith("BlackBird", "ultrasparc") in getHostCPUNameForSPARC()
1487 .StartsWith("Sabre", " ultrasparc") in getHostCPUNameForSPARC()
1488 .StartsWith("Hummingbird", "ultrasparc") in getHostCPUNameForSPARC()
1489 .StartsWith("Cheetah", "ultrasparc3") in getHostCPUNameForSPARC()
1490 .StartsWith("Jalapeno", "ultrasparc3") in getHostCPUNameForSPARC()
1491 .StartsWith("Jaguar", "ultrasparc3") in getHostCPUNameForSPARC()
1492 .StartsWith("Panther", "ultrasparc3") in getHostCPUNameForSPARC()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp882 .StartsWith("call16", {AsmToken::PercentCall16, 7}) in LexToken()
883 .StartsWith("call_hi", {AsmToken::PercentCall_Hi, 8}) in LexToken()
884 .StartsWith("call_lo", {AsmToken::PercentCall_Lo, 8}) in LexToken()
885 .StartsWith("dtprel_hi", {AsmToken::PercentDtprel_Hi, 10}) in LexToken()
886 .StartsWith("dtprel_lo", {AsmToken::PercentDtprel_Lo, 10}) in LexToken()
887 .StartsWith("got_disp", {AsmToken::PercentGot_Disp, 9}) in LexToken()
888 .StartsWith("got_hi", {AsmToken::PercentGot_Hi, 7}) in LexToken()
889 .StartsWith("got_lo", {AsmToken::PercentGot_Lo, 7}) in LexToken()
890 .StartsWith("got_ofst", {AsmToken::PercentGot_Ofst, 9}) in LexToken()
891 .StartsWith("got_page", {AsmToken::PercentGot_Page, 9}) in LexToken()
[all …]
H A DWasmAsmParser.cpp157 .StartsWith(".data", SectionKind::getData()) in parseSectionDirective()
158 .StartsWith(".tdata", SectionKind::getThreadData()) in parseSectionDirective()
159 .StartsWith(".tbss", SectionKind::getThreadBSS()) in parseSectionDirective()
160 .StartsWith(".rodata", SectionKind::getReadOnly()) in parseSectionDirective()
161 .StartsWith(".text", SectionKind::getText()) in parseSectionDirective()
162 .StartsWith(".custom_section", SectionKind::getMetadata()) in parseSectionDirective()
163 .StartsWith(".bss", SectionKind::getBSS()) in parseSectionDirective()
166 .StartsWith(".init_array", SectionKind::getData()) in parseSectionDirective()
167 .StartsWith(".debug_", SectionKind::getMetadata()) in parseSectionDirective()
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPAssume.h29 bool StartsWith; member
38 #define OMP_ASSUME_CLAUSE(Identifier, StartsWith, HasDirectiveList, \ argument
40 {Identifier, StartsWith, HasDirectiveList, HasExpression},
H A DOMPKinds.def1306 #define __OMP_ASSUME_CLAUSE(Identifier, StartsWith, HasDirectiveList, HasExpression) \
1307 OMP_ASSUME_CLAUSE(Identifier, StartsWith, HasDirectiveList, HasExpression)
/openbsd-src/gnu/llvm/llvm/lib/Remarks/
H A DRemarkFormat.cpp38 .StartsWith("--- ", Format::YAML) // This is only an assumption. in magicToFormat()
39 .StartsWith(remarks::Magic, Format::YAMLStrTab) in magicToFormat()
40 .StartsWith(remarks::ContainerMagic, Format::Bitstream) in magicToFormat()
/openbsd-src/gnu/llvm/lld/MachO/
H A DSectionPriorities.cpp311 .StartsWith("i386:", CPU_TYPE_I386) in parseOrderFile()
312 .StartsWith("x86_64:", CPU_TYPE_X86_64) in parseOrderFile()
313 .StartsWith("arm:", CPU_TYPE_ARM) in parseOrderFile()
314 .StartsWith("arm64:", CPU_TYPE_ARM64) in parseOrderFile()
315 .StartsWith("ppc:", CPU_TYPE_POWERPC) in parseOrderFile()
316 .StartsWith("ppc64:", CPU_TYPE_POWERPC64) in parseOrderFile()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp574 .StartsWith(".bss.", SectionKind::getBSS()) in getELFSection()
575 .StartsWith(".gnu.linkonce.b.", SectionKind::getBSS()) in getELFSection()
576 .StartsWith(".llvm.linkonce.b.", SectionKind::getBSS()) in getELFSection()
580 .StartsWith(".data.", SectionKind::getData()) in getELFSection()
583 .StartsWith(".rodata.", SectionKind::getReadOnly()) in getELFSection()
585 .StartsWith(".tbss.", SectionKind::getThreadData()) in getELFSection()
586 .StartsWith(".gnu.linkonce.tb.", SectionKind::getThreadData()) in getELFSection()
587 .StartsWith(".llvm.linkonce.tb.", SectionKind::getThreadData()) in getELFSection()
589 .StartsWith(".tdata.", SectionKind::getThreadData()) in getELFSection()
590 .StartsWith(".gnu.linkonce.td.", SectionKind::getThreadData()) in getELFSection()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DNameMatches.h19 StartsWith, enumerator
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DNameMatches.cpp24 case NameMatch::StartsWith: in NameMatches()
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp1174 .StartsWith("addc", true) in MaybePredicatedInst()
1175 .StartsWith("add", true) in MaybePredicatedInst()
1176 .StartsWith("and", true) in MaybePredicatedInst()
1177 .StartsWith("sh", true) in MaybePredicatedInst()
1178 .StartsWith("subb", true) in MaybePredicatedInst()
1179 .StartsWith("sub", true) in MaybePredicatedInst()
1180 .StartsWith("or", true) in MaybePredicatedInst()
1181 .StartsWith("xor", true) in MaybePredicatedInst()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILResource.cpp270 .StartsWith("Buffer<", Kinds::TypedBuffer) in parseSourceType()
271 .StartsWith("ByteAddressBuffer<", Kinds::RawBuffer) in parseSourceType()
272 .StartsWith("StructuredBuffer<", Kinds::StructuredBuffer) in parseSourceType()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp99 .StartsWith("clang_analyzer_explain", in REGISTER_SET_WITH_PROGRAMSTATE()
106 .StartsWith("clang_analyzer_dumpSvalType", in REGISTER_SET_WITH_PROGRAMSTATE()
108 .StartsWith("clang_analyzer_dump", in REGISTER_SET_WITH_PROGRAMSTATE()
122 .StartsWith("clang_analyzer_isTainted", in REGISTER_SET_WITH_PROGRAMSTATE()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp84 .StartsWith(llvm::StringLiteral::withInnerNUL("\x00\x00\xFE\xFF"), in getInvalidBOM()
86 .StartsWith(llvm::StringLiteral::withInnerNUL("\xFF\xFE\x00\x00"), in getInvalidBOM()
88 .StartsWith("\xFE\xFF", "UTF-16 (BE)") in getInvalidBOM()
89 .StartsWith("\xFF\xFE", "UTF-16 (LE)") in getInvalidBOM()
90 .StartsWith("\x2B\x2F\x76", "UTF-7") in getInvalidBOM()
91 .StartsWith("\xF7\x64\x4C", "UTF-1") in getInvalidBOM()
92 .StartsWith("\xDD\x73\x66\x73", "UTF-EBCDIC") in getInvalidBOM()
93 .StartsWith("\x0E\xFE\xFF", "SCSU") in getInvalidBOM()
94 .StartsWith("\xFB\xEE\x28", "BOCU-1") in getInvalidBOM()
95 .StartsWith("\x84\x31\x95\x33", "GB-18030") in getInvalidBOM()
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DProcess.inc337 .StartsWith("screen", true)
338 .StartsWith("xterm", true)
339 .StartsWith("vt100", true)
340 .StartsWith("rxvt", true)
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DStringSwitch.h83 StringSwitch& StartsWith(StringLiteral S, T Value) { in StartsWith() function
/openbsd-src/gnu/llvm/lld/wasm/
H A DWriter.cpp946 .StartsWith(".tdata", 0) in createOutputSegments()
947 .StartsWith(".rodata", 1) in createOutputSegments()
948 .StartsWith(".data", 2) in createOutputSegments()
949 .StartsWith(".bss", 4) in createOutputSegments()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAutoUpgrade.cpp633 .StartsWith("aarch64.sve.ld2", Intrinsic::aarch64_sve_ld2_sret) in UpgradeIntrinsicFunction1()
634 .StartsWith("aarch64.sve.ld3", Intrinsic::aarch64_sve_ld3_sret) in UpgradeIntrinsicFunction1()
635 .StartsWith("aarch64.sve.ld4", Intrinsic::aarch64_sve_ld4_sret) in UpgradeIntrinsicFunction1()
1065 .StartsWith("atomic.load.add.f32.p", true) in UpgradeIntrinsicFunction1()
1066 .StartsWith("atomic.load.add.f64.p", true) in UpgradeIntrinsicFunction1()
4031 .StartsWith("aarch64.sve.ld2", 2) in UpgradeIntrinsicCall()
4032 .StartsWith("aarch64.sve.ld3", 3) in UpgradeIntrinsicCall()
4033 .StartsWith("aarch64.sve.ld4", 4) in UpgradeIntrinsicCall()
4085 .StartsWith("aarch64.sve.tuple.create2", 2) in UpgradeIntrinsicCall()
4086 .StartsWith("aarch64.sve.tuple.create3", 3) in UpgradeIntrinsicCall()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1293 case NameMatch::StartsWith: in DoExecute()
1429 match_info.SetNameMatchType(NameMatch::StartsWith); in SetOptionValue()
/openbsd-src/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp912 .StartsWith(".debug", 'N') in getSymbolNMTypeChar()
913 .StartsWith(".sxdata", 'N') in getSymbolNMTypeChar()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp352 .Case("starts_with", NameMatch::StartsWith) in Handle_qfProcessInfo()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp413 .StartsWith("list=", llvm::BasicBlockSection::List) in initTargetOptions()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp1698 if (ACMI.StartsWith) in ParseOpenMPAssumesDirective()
1699 SS.StartsWith(ACMI.Identifier, ACMIdx++); in ParseOpenMPAssumesDirective()
1745 if (ACMI.StartsWith) in ParseOpenMPAssumesDirective()

12