Searched refs:startswith (Results 51 - 75 of 376) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHurd.cpp95 if (StringRef(D.Dir).startswith(SysRoot)) {
113 if (StringRef(D.Dir).startswith(SysRoot))
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DMinGW.cpp132 if (sym->getName().startswith(prefix))
H A DSymbolTable.cpp258 if (name.startswith("__imp_"))
273 if (name.startswith("__imp_"))
398 if (name.startswith("__imp_")) {
447 if (name.startswith("__imp_")) {
764 if (name.startswith(prefix) || name.startswith(prefix.drop_front()) ||
765 name.drop_front().startswith(prefix) ||
766 name.drop_front().startswith(prefix.drop_front())) {
786 if (s->getName().startswith(prefix))
795 if (!name.startswith("
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp169 if (!PreserveDbgInfo || !V->getName().startswith("llvm.dbg"))
185 if (PreserveDbgInfo && STy->getName().startswith("llvm.dbg"))
216 if (!PreserveDbgInfo || !I->getName().startswith("llvm.dbg"))
222 if (!PreserveDbgInfo || !I.getName().startswith("llvm.dbg"))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysisEvaluator.cpp43 if (Name.startswith("\1"))
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp44 if (Name.startswith("@")) Name = Name.substr(1);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp32 if (func_name.startswith("llvm") || func_name.startswith("lldb"))
67 ptr_type->getStructName().startswith("struct.rs_allocation");
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp85 if (!Checker.FullName.startswith(PackageName))
161 if (Checker.FullName.startswith("alpha")) {
231 Entry.first.startswith("alpha")) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp176 if (PassID.startswith("PassManager<") || PassID.contains("PassAdaptor<"))
195 if (PassID.startswith("PassManager<") || PassID.contains("PassAdaptor<"))
212 if (PassID.startswith("PassManager<") || PassID.contains("PassAdaptor<"))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp194 if (!Mnemonic.startswith("cx") && !Mnemonic.startswith("vcx"))
202 if (!Mnemonic.startswith("vcx"))
210 if (!Mnemonic.startswith("cx"))
212 return Mnemonic.startswith("cx1a") || Mnemonic.startswith("cx1da") ||
213 Mnemonic.startswith("cx2a") || Mnemonic.startswith("cx2da") ||
214 Mnemonic.startswith("cx3a") || Mnemonic.startswith("cx3d
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp93 IsInclude = FlagRef.startswith("-F") || FlagRef.startswith("-I");
96 if (FlagRef.startswith("-fmodules-cache-path="))
179 assert((FlagRef.startswith("-F") || FlagRef.startswith("-I")) &&
/freebsd-13-stable/contrib/bmake/mk/
H A Dmeta2deps.py91 if path.startswith('./'):
119 if path.startswith('/'):
347 if path.startswith(top):
371 if dir.startswith(objroot):
542 if p and path.startswith(p):
742 elif a.startswith('@'):
/freebsd-13-stable/share/mk/
H A Dmeta2deps.py92 if path.startswith('./'):
120 if path.startswith('/'):
348 if path.startswith(top):
372 if dir.startswith(objroot):
543 if p and path.startswith(p):
743 elif a.startswith('@'):
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp96 if (name.startswith("?"))
99 if (name.startswith("_Z"))
103 if (name.startswith("___Z"))
H A DRichManglingContext.cpp69 return base_name.startswith("~");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp79 return Sym.startswith("@") || Sym.contains("@@") || Sym.startswith("?") ||
107 if (Buf.startswith("=")) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp181 if (Name.startswith(GetImageResourceIDFunc)) {
183 } else if (Name.startswith(GetImageSizeFunc)) {
185 } else if (Name.startswith(GetImageFormatFunc)) {
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h187 if (completion.startswith(GetCursorArgumentPrefix()))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp546 NewName.startswith("::") ? NewName.str()
562 if (ActualName.startswith("::") && !NewName.startswith("::")) {
568 if (NewName.startswith("::") && NewName.substr(2) == ReplacedName)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp86 assert(Name.startswith(getImportSymbolPrefix()) && "Not a DLLImport symbol?");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp82 if (GV->getName().startswith("llvm.bpf.btf.type.id")) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp83 if (GVA->getSection().startswith(".ldata"))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1205 if (RegNo == 0 && RegName.startswith("db")) {
1915 if (Tok.getIdentifier().startswith("r")){
1956 if (DotDispStr.startswith("."))
2321 !getLexer().getTok().getIdentifier().startswith("to"))
2639 (PatchedName.startswith("j") &&
2656 if (PatchedName.startswith("set") && PatchedName.endswith("b") &&
2663 if ((PatchedName.startswith("cmp") || PatchedName.startswith("vcmp")) &&
2735 if (PatchedName.startswith("vpcmp") &&
2764 if (PatchedName.startswith("vpco
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp376 (ArchName.startswith("v2") || ArchName.startswith("v3")))
458 if (ArchName.startswith("arm") || ArchName.startswith("thumb") ||
459 ArchName.startswith("aarch64"))
461 if (ArchName.startswith("bpf"))
567 if (SubArchName.startswith("mips") &&
825 IsCygwin = Components[2].startswith("cygwin");
826 IsMinGW32 = Components[2].startswith("mingw");
870 IsCygwin = Comp.startswith("cygwi
[all...]
H A DHost.cpp165 if (Lines[I].startswith("CPU implementer"))
167 if (Lines[I].startswith("Hardware"))
180 if (Lines[I].startswith("CPU part"))
216 if (Lines[I].startswith("CPU part")) {
231 if (Lines[I].startswith("CPU part")) {
241 if (Lines[I].startswith("CPU part")) {
252 if (Lines[I].startswith("CPU part"))
263 if (Lines[I].startswith("CPU part"))
325 if (Lines[I].startswith("features")) {
344 if (Lines[I].startswith("processo
[all...]

Completed in 280 milliseconds

1234567891011>>