Searched refs:MacABI (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DPlatform.cpp43 if (Target.getEnvironment() == Triple::MacABI)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h219 MacABI, // Mac Catalyst variant of Apple's iOS deployment target. enumerator in enum:llvm::Triple::EnvironmentType
220 LastEnvironmentType = MacABI
491 return getEnvironment() == Triple::MacABI;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp239 case MacABI: return "macabi";
546 .StartsWith("macabi", Triple::MacABI)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp233 case llvm::Triple::EnvironmentType::MacABI:

Completed in 184 milliseconds