Home
last modified time | relevance | path

Searched refs:Swift (Results 1 – 25 of 71) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DSwift.def1 //===- llvm/BinaryFormat/Swift.def - Swift definitions ---------*- C++ -*-===//
9 // Macros for running through Swift enumerators.
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewLanguages.def39 CV_LANGUAGE(Swift, 0x13)
47 // The Swift compiler used to emit 'S' for the CV source language, but
H A DCodeView.h183 Swift = 0x19, // Swift call enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DStripOpts.td20 HelpText<"Remove Swift symbols">;
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp99 escape_style == StringPrinter::EscapeStyle::Swift; in attemptASCIIEscape()
159 case StringPrinter::EscapeStyle::Swift: in GetPrintableImpl()
206 case StringPrinter::EscapeStyle::Swift: in GetPrintableImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h69 Swift = 16, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp102 .Case(".swift", Lang == PDB_Lang::Swift) in getSourceFileFullPath()
H A DPDBExtras.cpp99 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, Swift, "swiftcall", OS) in operator <<()
234 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Swift, OS) in operator <<()
/freebsd/contrib/libarchive/libarchive/
H A Dmodule.modulemap10 * - When you write `@import CArchive` (Objective-C) or `import CArchive` (Swift),
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h68 Swift, enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h27 enum class EscapeStyle { CXX, Swift }; enumerator
/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp330 enum SourceLanguage { Unknown, ObjC, Swift }; enumerator
701 sourceLang == SourceLanguage::Swift)) && in parseProtocolListInfo()
1195 eLang = SourceLanguage::Swift; in collectAndValidateCategoriesData()
1388 return SourceLanguage::Swift; in getClassSymSourceLang()
1402 return SourceLanguage::Swift; in getClassSymSourceLang()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp94 if (TargetFunc && TargetFunc->getCallingConv() == CallingConv::Swift) { in computeSignatureVTs()
H A DWebAssemblyFixFunctionBitcasts.cpp241 if (F.getCallingConv() == CallingConv::Swift) in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp701 case CallingConv::Swift: in isArgumentRegister()
710 case CallingConv::Swift: in isArgumentRegister()
720 case CallingConv::Swift: in isArgumentRegister()
730 case CallingConv::Swift: in isArgumentRegister()
H A DAArch64Subtarget.h359 case CallingConv::Swift: in isCallingConvWin64()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp400 Info.Lang = SymbolLanguage::Swift; in getSymbolInfo()
565 case SymbolLanguage::Swift: return "Swift"; in getSymbolLanguageString()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp300 case Swift: in initSubtargetFeatures()
H A DARMSubtarget.h288 bool isSwift() const { return ARMProcFamily == Swift; } in isSwift()
H A DARMScheduleSwift.td1 //=- ARMScheduleSwift.td - Swift Scheduling Definitions -*- tablegen -*----===//
9 // This file defines the itinerary class data for the Swift processor..
39 // Swift machine model for scheduling and other instruction cost heuristics.
51 // Swift predicates.
54 // Swift resource mapping.
H A DARMProcessors.td64 def ProcSwift : SubtargetFeature<"swift", "ARMProcFamily", "Swift",
65 "Swift ARM processors", []>;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h356 case CallingConv::Swift: in isCallingConvWin64()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp107 CV_ENUM_ENT(SourceLanguage, Swift), CV_ENUM_ENT(SourceLanguage, Rust),
427 CV_ENUM_CLASS_ENT(CallingConvention, Swift),
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A D__std_clang_module17 // in Swift to expose all of the libc++ interfaces. This is generally not
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td1908 Swift-generated headers for classes defined in Swift.
2221 consider a protocol that's defined in a Swift file:
2230 was generated by the Swift compiler. The declarations in that header can use
2232 that ``SwiftProtocol`` actually originates from a Swift module:
2236 __attribute__((external_source_symbol(language="Swift",defined_in="module")))
2244 the Swift source file rather than jumping to the Objective-C declaration in the
2256 exact definition of source container is language-specific, e.g. Swift's
2257 source containers are modules, so ``defined_in`` should specify the Swift
4999 completion handler in a Swift async method. For instance, here:
5008 Swift importer that this is the uncommon case where ``result`` can get ``nil``
[all …]

123