Searched refs:startswith (Results 151 - 175 of 376) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp219 if (GV->getName().startswith("llvm."))
H A DRecordStreamer.cpp213 if (!Split.second.empty() && !Split.second.startswith("@")) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp245 if (GV->getName().startswith("llvm.preserve.array.access.index")) {
256 if (GV->getName().startswith("llvm.preserve.union.access.index")) {
267 if (GV->getName().startswith("llvm.preserve.struct.access.index")) {
278 if (GV->getName().startswith("llvm.bpf.preserve.field.info")) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp913 if (Keyword.startswith("DW_" #TYPE "_")) { \
929 if (Keyword.startswith("DIFlag")) {
934 if (Keyword.startswith("DISPFlag")) {
939 if (Keyword.startswith("CSK_")) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAArch64TargetParser.cpp149 if (ArchExt.startswith("no")) {
H A DCachePruning.cpp218 if (!sys::path::filename(File->path()).startswith("llvmcache-"))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp131 if (Name.startswith(HintType.first)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp101 bool IsCPRel = SectionName.startswith(".cp.");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp161 bool result = mangled_symbol.startswith("_ZGV"); // Itanium ABI guard variable
756 !global_variable->getName().startswith("OBJC_SELECTOR_REFERENCES_"));
918 !global_variable->getName().startswith("OBJC_CLASS_REFERENCES_"));
1150 if (alloc_name.startswith("$") && !alloc_name.startswith("$__lldb")) {
1228 if (name.startswith("$")) {
1437 if (global_name.startswith("OBJC_IVAR")) {
H A DClangExpressionParser.cpp799 Result.Declaration->getIdentifier()->getName().startswith(Filter));
801 return !StringRef(Result.Keyword).startswith(Filter);
803 return !Result.Macro->getName().startswith(Filter);
805 return !StringRef(Result.Pattern->getAsString()).startswith(Filter);
869 if (llvm::StringRef(ToInsert).startswith("$__lldb_"))
/freebsd-13-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py215 assert alias.startswith(prefix)
605 if (id.startswith('<') and id.endswith('>')):
642 if vername.startswith('(') and vername.endswith(')'):
656 if not p['symbol'].startswith(prefix):
876 assert args.startswith('<')
903 while len(args) > 0 and args.startswith('<'):
929 if location.startswith('DW_OP_addr'):
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DDriver.cpp446 s == "wxneeded" || s.startswith("common-page-size=") ||
447 s.startswith("dead-reloc-in-nonalloc=") ||
448 s.startswith("max-page-size=") || s.startswith("stack-size=") ||
449 s.startswith("start-stop-visibility=");
627 if (!s.startswith("elf"))
680 if (s.startswith("0x"))
748 if (s.startswith("0x"))
1152 (s.startswith("elf32btsmipn32") || s.startswith("elf32ltsmipn3
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp151 || !TokenText.startswith("R\"") || !TokenText.endswith("\""))
166 if (!TokenText.substr(RParenPos + 1).startswith(Delimiter))
1922 (Text.startswith(Prefix = "@\"") || Text.startswith(Prefix = "\"") ||
1923 Text.startswith(Prefix = "u\"") || Text.startswith(Prefix = "U\"") ||
1924 Text.startswith(Prefix = "u8\"") ||
1925 Text.startswith(Prefix = "L\""))) ||
1926 (Text.startswith(Prefix = "_T(\"") && Text.endswith(Postfix = "\")"))) {
2349 if (Current.TokenText.startswith("
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1272 if (G->getName().startswith("llvm."))
1276 if (G->getName().startswith(kAsanGenPrefix) ||
1277 G->getName().startswith(kSanCovGenPrefix) ||
1278 G->getName().startswith(kODRGenPrefix))
1403 if (F && (F->getName().startswith("llvm.masked.load.") ||
1404 F->getName().startswith("llvm.masked.store."))) {
1405 bool IsWrite = F->getName().startswith("llvm.masked.store.");
1803 if (GA.getName().startswith("__"))
1871 if (Section.startswith(".preinit_array") ||
1872 Section.startswith("
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp856 if (!CompressionEnabled || !SectionName.startswith(".debug_") ||
1266 if (Rest.startswith("@@@"))
1281 if (!Symbol.isUndefined() && !Rest.startswith("@@@"))
1285 if (Symbol.isUndefined() && Rest.startswith("@@") &&
1286 !Rest.startswith("@@@")) {
1305 if (Sym->isInSection() && Sym->getName().startswith(".L"))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp868 if (Arch.startswith("armv5"))
871 else if (Arch.startswith("armv6") && !Arch.endswith("6m"))
1639 if (SDK.startswith("iPhoneOS") || SDK.startswith("iPhoneSimulator"))
1642 /*IsSimulator=*/SDK.startswith("iPhoneSimulator"));
1643 else if (SDK.startswith("MacOSX"))
1646 else if (SDK.startswith("WatchOS") || SDK.startswith("WatchSimulator"))
1649 /*IsSimulator=*/SDK.startswith("WatchSimulator"));
1650 else if (SDK.startswith("AppleTVO
[all...]
H A DMinGW.cpp89 if (StringRef(Lib).startswith("msvcr") || StringRef(Lib).startswith("ucrt"))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitHeaderSearch.cpp139 if (HasSysroot && (MappedPathStr.startswith("/usr/include") ||
140 MappedPathStr.startswith("/usr/local/include"))) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp532 llvm::StringRef(member_name).startswith(partial_member_name)) {
706 if (variable_name.startswith(token)) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h289 bool startswith(StringRef Prefix) const {
684 if (!startswith(Prefix))
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp297 if (II && II->getName().startswith("__inline"))
480 if (Buffer.startswith("/* A Bison parser, made by"))
/freebsd-13-stable/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp393 if (MarkEOLs && argv.size() > 1 && StringRef(argv[1]).startswith("-cc1"))
401 if (FirstArg != argv.end() && StringRef(*FirstArg).startswith("-cc1")) {
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DChunks.h239 return getSectionName() == ".debug" || getSectionName().startswith(".debug$");
244 return getSectionName().startswith(".debug_") || getSectionName() == ".eh_frame";
H A DWriter.cpp679 (!curName.empty() && !curName.startswith("$")))
712 if (!pSec->name.startswith(".idata"))
799 return name.startswith(".text$") || name.startswith(".data$") ||
800 name.startswith(".rdata$") || name.startswith(".pdata$") ||
801 name.startswith(".xdata$") || name.startswith(".eh_frame$");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp513 name.startswith(word));
651 assert(Name.startswith("set") && "invalid setter name");

Completed in 204 milliseconds

1234567891011>>