Searched refs:Swift (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h72 // Swift - Calling convention for Swift.
73 Swift = 16, enumerator in enum:llvm::CallingConv::__anon3210
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp102 .Case(".swift", Lang == PDB_Lang::Swift)
H A DPDBExtras.cpp219 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Swift, OS)
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h27 enum class EscapeStyle { CXX, Swift };
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp99 escape_style == StringPrinter::EscapeStyle::Swift;
159 case StringPrinter::EscapeStyle::Swift:
206 case StringPrinter::EscapeStyle::Swift:
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h66 Swift, member in class:clang::index::SymbolLanguage
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp75 if (TargetFunc && TargetFunc->getCallingConv() == CallingConv::Swift) {
H A DWebAssemblyFixFunctionBitcasts.cpp248 if (F.getCallingConv() == CallingConv::Swift)
H A DWebAssemblyISelLowering.cpp690 CallConv == CallingConv::Swift;
816 if (CallConv == CallingConv::Swift) {
1026 if (CallConv == CallingConv::Swift) {
H A DWebAssemblyFastISel.cpp642 if (FuncInfo.Fn->getCallingConv() == CallingConv::Swift)
759 if (Call->getCallingConv() == CallingConv::Swift)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h79 Swift enumerator in enum:llvm::ARMSubtarget::ARMProcFamilyEnum
615 bool isSwift() const { return ARMProcFamily == Swift; }
H A DARMSubtarget.cpp169 // Default to the Swift CPU when targeting armv7s/thumbv7s.
318 case Swift:
H A DARMFastISel.cpp1854 case CallingConv::Swift:
3016 case CallingConv::Swift:
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp391 if (attr->getLanguage() == "Swift")
392 Info.Lang = SymbolLanguage::Swift;
554 case SymbolLanguage::Swift: return "Swift";
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h167 /// Interoperability with the latest known version of the Swift runtime
168 Swift, member in class:clang::LangOptions::CoreFoundationABI
169 /// Interoperability with the Swift 5.0 runtime
171 /// Interoperability with the Swift 4.2 runtime
173 /// Interoperability with the Swift 4.1 runtime
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h537 case CallingConv::Swift:
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h162 /// The DMD & Swift compilers emit 'D' and 'S', respectively, for the CV
165 Swift = 'S',
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h873 case CallingConv::Swift:
H A DX86FastISel.cpp1256 // Swift calling convention does not require we copy the sret argument
1257 // into %rax/%eax for the return, and SRetReturnReg is not set for Swift.
1263 if (F.hasStructRetAttr() && CC != CallingConv::Swift) {
3211 case CallingConv::Swift:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp99 CV_ENUM_ENT(SourceLanguage, Swift),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp534 case CallingConv::Swift:
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp209 RETURN_CASE(SourceLanguage, Swift, "swift");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp77 case PDB_Lang::Swift:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp72 case PDB_Lang::Swift:
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4744 static_cast<unsigned>(LangOptions::CoreFoundationABI::Swift);
4755 case LangOptions::CoreFoundationABI::Swift: LLVM_FALLTHROUGH;
4886 // Swift ABI requires 8-byte alignment to ensure that the _Atomic(uint64_t) is

Completed in 386 milliseconds

12