Searched refs:startswith (Results 276 - 300 of 376) sorted by relevance

<<111213141516

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp229 sys::path::Style guessedStyle = absoluteFileName.startswith("/")
1242 if (cgs.Name.startswith(".idata"))
H A DChunks.cpp608 if (!sectionName.startswith(".debug$"))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp996 if (GVar->getName().startswith("llvm.") ||
997 GVar->getName().startswith("nvvm."))
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp332 if (!llvm::StringRef(currentParserPos(), this->numLeft()).startswith(From))
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp733 if (!llvm::StringRef(note.info.n_name).startswith("OpenBSD"))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp1057 if (StringRef(M.includeSuffix()).startswith("/uclibc"))
1238 if (StringRef(M.includeSuffix()).startswith("/uclibc"))
2801 if (StringRef(LibPath).startswith(SysRoot)) {
2840 if (StringRef(LibPath).startswith(SysRoot))
H A DHexagon.cpp676 if (CPU.startswith("hexagon"))
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp721 if (host.size() == 1 && llvm::isAlpha(host[0]) && path.startswith("\\"))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp268 return IdentifierName.startswith(Prefix);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp130 return StringRef(FullName).startswith(Scope);
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp434 return file.substr(locInfo.second).startswith(text);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp50 bool StartsWithEscape = MangledName.startswith("\01");
3310 if (VFTableMangling.startswith("??@")) {
3316 assert(VFTableMangling.startswith("??_7") ||
3317 VFTableMangling.startswith("??_S"));
H A DPrintfFormatString.cpp143 if (MatchedStr.startswith("mask")) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp110 if (!TagStr.startswith("DW_TAG_") || !TagStr.endswith("_type"))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp221 if (!Name.startswith(Prefix()))
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1706 if (Name.startswith("$d"))
1708 if (Name.startswith("$x"))
1710 if (Name.startswith("$a"))
1712 if (Name.startswith("$t"))
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp82 else if (Arg.startswith("i")) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h379 if (Name.startswith("llvm::"))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp1034 return S->getString().startswith(Prefix);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp476 if (mangledName.startswith(StringRef(str, N-1))) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp897 if (SymName.startswith(".L"))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp180 if (!Opt.startswith(OptName))
1206 if (CrashDiagDir.startswith("/var/root"))
1224 if (!FileName.startswith(Name))
1235 if (!Data.startswith("Process:"))
1673 if (S.startswith(Cur))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp1139 !CurrentToken->TokenText.startswith("//"))
1639 if (Current.TokenText.startswith("/*")) {
2573 (Right.is(TT_TemplateString) && Right.TokenText.startswith("}")))
3140 (Right.is(TT_TemplateString) && Right.TokenText.startswith("}")))
3543 if (Right.is(tok::string_literal) && Right.TokenText.startswith("R\""))
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp95 return name.startswith(prefix) || name == prefix.drop_back();
722 bool isLocal = name.startswith(".L") || name.empty();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2025 if (name_strref.startswith(ivar_prefix)) {
2057 } else if (name_strref.startswith(class_prefix)) {

Completed in 311 milliseconds

<<111213141516