Home
last modified time | relevance | path

Searched refs:Swift (Results 1 – 25 of 68) 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/tools/llvm-objcopy/
H A DStripOpts.td20 HelpText<"Remove Swift symbols">;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h69 Swift = 16, enumerator
/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/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp103 .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/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h68 Swift, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h166 Swift = 0x13, enumerator
210 Swift = 0x19, // Swift call enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h27 enum class EscapeStyle { CXX, Swift }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp635 case CallingConv::Swift: in isArgumentRegister()
644 case CallingConv::Swift: in isArgumentRegister()
654 case CallingConv::Swift: in isArgumentRegister()
664 case CallingConv::Swift: in isArgumentRegister()
H A DAArch64Subtarget.h329 case CallingConv::Swift: in isCallingConvWin64()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp95 if (TargetFunc && TargetFunc->getCallingConv() == CallingConv::Swift) { in computeSignatureVTs()
H A DWebAssemblyFixFunctionBitcasts.cpp239 if (F.getCallingConv() == CallingConv::Swift) in runOnModule()
/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp353 enum SourceLanguage { Unknown, ObjC, Swift }; enumerator
715 sourceLang == SourceLanguage::Swift)) && in parseProtocolListInfo()
1191 eLang = SourceLanguage::Swift; in collectAndValidateCategoriesData()
1379 return SourceLanguage::Swift; in getClassSymSourceLang()
1393 return SourceLanguage::Swift; in getClassSymSourceLang()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMProcessors.td62 def ProcSwift : SubtargetFeature<"swift", "ARMProcFamily", "Swift",
63 "Swift ARM processors", []>;
H A DARMSubtarget.cpp314 case Swift: in initSubtargetFeatures()
H A DARMSubtarget.h257 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 DARMFeatures.td245 // Some targets (e.g. Swift) have microcoded VGETLNi32.
251 // Some targets (e.g. Swift) have microcoded VDUP32.
263 // Swift has ISHST barriers compatible with Atomic Release semantics but weaker
/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/X86/
H A DX86Subtarget.h343 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/
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.td1513 Swift-generated headers for classes defined in Swift.
1772 consider a protocol that's defined in a Swift file:
1781 was generated by the Swift compiler. The declarations in that header can use
1783 that ``SwiftProtocol`` actually originates from a Swift module:
1787 __attribute__((external_source_symbol(language="Swift",defined_in="module")))
1795 the Swift source file rather than jumping to the Objective-C declaration in the
1807 exact definition of source container is language-specific, e.g. Swift's
1808 source containers are modules, so ``defined_in`` should specify the Swift
4246 completion handler in a Swift async method. For instance, here:
4255 Swift importer that this is the uncommon case where ``result`` can get ``nil``
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h68 Swift, // Clang-only enumerator

123