Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DAPINotes.rst58 Many API notes affect how a C API is imported into Swift. In order to change
60 selectively applied based on the Swift compatibility version provided to the
101 annotations that only apply to Swift 4 mode and earlier. The other entries
148 Equivalent to ``NS_SWIFT_NAME``. For a method, must include the full Swift name
229 declaration; it should ideally only be used for Swift backwards
247 should ideally only be used for Swift backwards compatibility, when existing
263 Used for properties. If true, the property will be exposed in Swift as its
292 Note that even an "enum" wrapper is still presented as a struct in Swift;
345 Used for Objective-C class types bridged to Swift value types. An empty
347 frameworks (the Swift side of it requires conforming to implementation-detail
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DCallingConv.h73 Swift = 16, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DStripOpts.td20 HelpText<"Remove Swift symbols">;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp102 .Case(".swift", Lang == PDB_Lang::Swift) in getSourceFileFullPath()
H A DPDBExtras.cpp233 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Swift, OS) in operator <<()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/
H A DIndexSymbol.h66 Swift, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.h84 Swift enumerator
639 bool isSwift() const { return ARMProcFamily == Swift; } in isSwift()
H A DARM.td213 // Some targets (e.g. Swift) have microcoded VGETLNi32.
218 // Some targets (e.g. Swift) have microcoded VDUP32.
228 // Swift has ISHST barriers compatible with Atomic Release semantics but weaker
632 def ProcSwift : SubtargetFeature<"swift", "ARMProcFamily", "Swift",
633 "Swift ARM processors", []>;
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 DARMSubtarget.cpp322 case Swift: in initSubtargetFeatures()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttrDocs.td1336 Swift-generated headers for classes defined in Swift.
1573 consider a protocol that's defined in a Swift file:
1582 was generated by the Swift compiler. The declarations in that header can use
1584 that ``SwiftProtocol`` actually originates from a Swift module:
1588 __attribute__((external_source_symbol(language="Swift",defined_in="module")))
1596 the Swift source file rather than jumping to the Objective-C declaration in the
1608 exact definition of source container is language-specific, e.g. Swift's
1609 source containers are modules, so ``defined_in`` should specify the Swift
3647 completion handler in a Swift async method. For instance, here:
3656 Swift importer that this is the uncommon case where ``result`` can get ``nil``
[all …]
H A DLangOptions.h196 Swift, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp78 if (TargetFunc && TargetFunc->getCallingConv() == CallingConv::Swift) { in computeSignatureVTs()
H A DWebAssemblyFixFunctionBitcasts.cpp248 if (F.getCallingConv() == CallingConv::Swift) in runOnModule()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/
H A DVariableNames.rst49 Many other coding guidelines [LLDB]_ [Google]_ [WebKit]_ [Qt]_ [Rust]_ [Swift]_
76 ``camelBack`` is consistent with [WebKit]_, [Qt]_ and [Swift]_ while
357 .. [Swift] Swift API Design Guidelines https://swift.org/documentation/api-design-guidelines/#gener… citation in References
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexSymbol.cpp392 Info.Lang = SymbolLanguage::Swift; in getSymbolInfo()
554 case SymbolLanguage::Swift: return "Swift"; in getSymbolLanguageString()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h165 Swift = 'S', enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h574 case CallingConv::Swift: in isCallingConvWin64()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h891 case CallingConv::Swift: in isCallingConvWin64()
H A DX86CallingConv.td463 // Handle Swift calls.
464 CCIfCC<"CallingConv::Swift", CCDelegateTo<RetCC_X86_64_Swift>>,
525 // For Swift Calling Conventions, pass sret in %rax.
526 CCIfCC<"CallingConv::Swift",
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-strip.rst186 Remove Swift symbols.
/netbsd-src/external/mit/libuv/dist/
H A DLINKS.md38 * [Trevi](https://github.com/Yoseob/Trevi): A powerful Swift Web Application Server Framework Proje…
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h70 Swift, // Clang-only enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml46 | Swift Constructor
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp110 case CallingConv::Swift: in outputCallingConvention()

123