/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Swift.def | 1 //===- llvm/BinaryFormat/Swift.def - Swift definitions ---------*- C++ -*-===// 9 // Macros for running through Swift enumerators.
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | StripOpts.td | 20 HelpText<"Remove Swift symbols">;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | CallingConv.h | 69 Swift = 16, enumerator
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolCompiland.cpp | 103 .Case(".swift", Lang == PDB_Lang::Swift) in getSourceFileFullPath()
|
H A D | PDBExtras.cpp | 99 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 D | IndexSymbol.h | 68 Swift, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 166 Swift = 0x13, enumerator 210 Swift = 0x19, // Swift call enumerator
|
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | StringPrinter.h | 27 enum class EscapeStyle { CXX, Swift }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.cpp | 635 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 D | AArch64Subtarget.h | 329 case CallingConv::Swift: in isCallingConvWin64()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMachineFunctionInfo.cpp | 95 if (TargetFunc && TargetFunc->getCallingConv() == CallingConv::Swift) { in computeSignatureVTs()
|
H A D | WebAssemblyFixFunctionBitcasts.cpp | 239 if (F.getCallingConv() == CallingConv::Swift) in runOnModule()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | ObjC.cpp | 353 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 D | ARMProcessors.td | 62 def ProcSwift : SubtargetFeature<"swift", "ARMProcFamily", "Swift", 63 "Swift ARM processors", []>;
|
H A D | ARMSubtarget.cpp | 314 case Swift: in initSubtargetFeatures()
|
H A D | ARMSubtarget.h | 257 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 | ARMFeatures.td | 245 // 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 D | IndexSymbol.cpp | 400 Info.Lang = SymbolLanguage::Swift; in getSymbolInfo() 565 case SymbolLanguage::Swift: return "Swift"; in getSymbolLanguageString()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86Subtarget.h | 343 case CallingConv::Swift: in isCallingConvWin64()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 107 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_module | 17 // in Swift to expose all of the libc++ interfaces. This is generally not
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | AttrDocs.td | 1513 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 D | MicrosoftDemangleNodes.h | 68 Swift, // Clang-only enumerator
|