| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | Swift.def | 1 //===- llvm/BinaryFormat/Swift.def - Swift definitions ---------*- C++ -*-===// 9 // Macros for running through Swift enumerators.
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | APINotes.rst | 58 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 D | CallingConv.h | 69 Swift = 16, enumerator
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/ |
| H A D | StripOpts.td | 20 HelpText<"Remove Swift symbols">;
|
| /openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
| H A D | StringPrinter.cpp | 99 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 D | ARMSubtarget.h | 87 Swift enumerator 318 bool isSwift() const { return ARMProcFamily == Swift; } in isSwift()
|
| H A D | ARMScheduleSwift.td | 1 //=- 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 D | ARMSubtarget.cpp | 318 case Swift: in initSubtargetFeatures()
|
| H A D | ARM.td | 248 // 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 D | PDBSymbolCompiland.cpp | 103 .Case(".swift", Lang == PDB_Lang::Swift) in getSourceFileFullPath()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Index/ |
| H A D | IndexSymbol.h | 68 Swift, enumerator
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/ |
| H A D | StringPrinter.h | 27 enum class EscapeStyle { CXX, Swift }; enumerator
|
| /openbsd-src/gnu/llvm/lldb/docs/status/ |
| H A D | status.rst | 21 can be used for C, C++, Objective-C and Swift development for x86_64,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMachineFunctionInfo.cpp | 93 if (TargetFunc && TargetFunc->getCallingConv() == CallingConv::Swift) { in computeSignatureVTs()
|
| H A D | WebAssemblyFixFunctionBitcasts.cpp | 239 if (F.getCallingConv() == CallingConv::Swift) in runOnModule()
|
| /openbsd-src/gnu/llvm/llvm/docs/Proposals/ |
| H A D | VariableNames.rst | 49 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 D | AArch64RegisterInfo.cpp | 553 case CallingConv::Swift: in isArgumentRegister() 562 case CallingConv::Swift: in isArgumentRegister() 572 case CallingConv::Swift: in isArgumentRegister()
|
| H A D | AArch64Subtarget.h | 330 case CallingConv::Swift: in isCallingConvWin64()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 400 Info.Lang = SymbolLanguage::Swift; in getSymbolInfo() 566 case SymbolLanguage::Swift: return "Swift"; in getSymbolLanguageString()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 1473 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 D | X86Subtarget.h | 346 case CallingConv::Swift: in isCallingConvWin64()
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | extensions.rst | 126 Clang and the Swift compiler emit information about the Xcode SDK that
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 167 Swift = 'S', enumerator
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-strip.rst | 183 Remove Swift symbols.
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 69 Swift, // Clang-only enumerator
|