/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | CallingConv.h | 73 Swift = 16, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ |
H A D | StripOpts.td | 20 HelpText<"Remove Swift symbols">;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolCompiland.cpp | 102 .Case(".swift", Lang == PDB_Lang::Swift) in getSourceFileFullPath()
|
H A D | PDBExtras.cpp | 233 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Swift, OS) in operator <<()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 66 Swift, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMSubtarget.h | 84 Swift enumerator 639 bool isSwift() const { return ARMProcFamily == Swift; } in isSwift()
|
H A D | ARM.td | 213 // 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 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 | 322 case Swift: in initSubtargetFeatures()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | AttrDocs.td | 1336 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 D | LangOptions.h | 196 Swift, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMachineFunctionInfo.cpp | 78 if (TargetFunc && TargetFunc->getCallingConv() == CallingConv::Swift) { in computeSignatureVTs()
|
H A D | WebAssemblyFixFunctionBitcasts.cpp | 248 if (F.getCallingConv() == CallingConv::Swift) in runOnModule()
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | IndexSymbol.cpp | 392 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 D | CodeView.h | 165 Swift = 'S', enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.h | 574 case CallingConv::Swift: in isCallingConvWin64()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86Subtarget.h | 891 case CallingConv::Swift: in isCallingConvWin64()
|
H A D | X86CallingConv.td | 463 // 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 D | llvm-strip.rst | 186 Remove Swift symbols.
|
/netbsd-src/external/mit/libuv/dist/ |
H A D | LINKS.md | 38 * [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 D | MicrosoftDemangleNodes.h | 70 Swift, // Clang-only enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/ |
H A D | llvm_debuginfo.ml | 46 | Swift Constructor
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/ |
H A D | MicrosoftDemangleNodes.cpp | 110 case CallingConv::Swift: in outputCallingConvention()
|