Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DSwift.def1 //===- llvm/BinaryFormat/Swift.def - Swift definitions ---------*- C++ -*-===//
9 // Macros for running through Swift enumerators.
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DCallingConv.h69 Swift = 16, enumerator
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A DStripOpts.td20 HelpText<"Remove Swift symbols">;
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMSubtarget.h87 Swift enumerator
318 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 DARMSubtarget.cpp318 case Swift: in initSubtargetFeatures()
H A DARM.td248 // Some targets (e.g. Swift) have microcoded VGETLNi32.
254 // Some targets (e.g. Swift) have microcoded VDUP32.
266 // Swift has ISHST barriers compatible with Atomic Release semantics but weaker
819 def ProcSwift : SubtargetFeature<"swift", "ARMProcFamily", "Swift",
820 "Swift ARM processors", []>;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp103 .Case(".swift", Lang == PDB_Lang::Swift) in getSourceFileFullPath()
/openbsd-src/gnu/llvm/clang/include/clang/Index/
H A DIndexSymbol.h68 Swift, enumerator
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h27 enum class EscapeStyle { CXX, Swift }; enumerator
/openbsd-src/gnu/llvm/lldb/docs/status/
H A Dstatus.rst21 can be used for C, C++, Objective-C and Swift development for x86_64,
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp93 if (TargetFunc && TargetFunc->getCallingConv() == CallingConv::Swift) { in computeSignatureVTs()
H A DWebAssemblyFixFunctionBitcasts.cpp239 if (F.getCallingConv() == CallingConv::Swift) in runOnModule()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp553 case CallingConv::Swift: in isArgumentRegister()
562 case CallingConv::Swift: in isArgumentRegister()
572 case CallingConv::Swift: in isArgumentRegister()
H A DAArch64Subtarget.h330 case CallingConv::Swift: in isCallingConvWin64()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexSymbol.cpp400 Info.Lang = SymbolLanguage::Swift; in getSymbolInfo()
566 case SymbolLanguage::Swift: return "Swift"; in getSymbolLanguageString()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttrDocs.td1473 Swift-generated headers for classes defined in Swift.
1714 consider a protocol that's defined in a Swift file:
1723 was generated by the Swift compiler. The declarations in that header can use
1725 that ``SwiftProtocol`` actually originates from a Swift module:
1729 __attribute__((external_source_symbol(language="Swift",defined_in="module")))
1737 the Swift source file rather than jumping to the Objective-C declaration in the
1749 exact definition of source container is language-specific, e.g. Swift's
1750 source containers are modules, so ``defined_in`` should specify the Swift
3969 completion handler in a Swift async method. For instance, here:
3978 Swift importer that this is the uncommon case where ``result`` can get ``nil``
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86Subtarget.h346 case CallingConv::Swift: in isCallingConvWin64()
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dextensions.rst126 Clang and the Swift compiler emit information about the Xcode SDK that
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h167 Swift = 'S', enumerator
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-strip.rst183 Remove Swift symbols.
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h69 Swift, // Clang-only enumerator

1234