| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | ObjCRuntime.h | 35 MacOSX, enumerator 122 case MacOSX: in isGNUFamily() 197 case MacOSX: in shouldUseARCFunctionsForRetainRelease() 233 case MacOSX: in shouldUseRuntimeFunctionsForAlloc() 255 case MacOSX: in shouldUseRuntimeFunctionForCombinedAllocInit() 269 case MacOSX: in hasOptimizedSetter() 329 case MacOSX: in allowsPointerArithmetic() 392 case MacOSX: in hasAtomicCopyHelper() 405 case MacOSX: in hasARCUnsafeClaimAutoreleasedReturnValue() 424 case MacOSX: in hasEmptyCollections() [all …]
|
| H A D | DarwinSDKInfo.h | 49 return OSEnvPair(llvm::Triple::MacOSX, llvm::Triple::UnknownEnvironment, in macOStoMacCatalystPair() 57 llvm::Triple::MacOSX, llvm::Triple::UnknownEnvironment); in macCatalystToMacOSPair()
|
| H A D | AlignedAllocation.h | 29 case llvm::Triple::MacOSX: // Earliest supporting version is 10.13. in alignedAllocMinVersion()
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | link-search-order.s | 17 # RUN: %lld -L%S/Inputs/MacOSX.sdk/usr/lib -o %t/test -Z \ 23 # RUN: %lld -L%S/Inputs/MacOSX.sdk/usr/lib -o %t/test -Z \ 26 # RUN: %lld -L%S/Inputs/MacOSX.sdk/usr/lib -o %t/test -Z \ 29 # RUN: %lld -L%S/Inputs/MacOSX.sdk/usr/lib -o %t/test -Z \ 32 # RUN: %lld -L%S/Inputs/MacOSX.sdk/usr/lib -o %t/test -Z \ 37 # RUN: env RC_TRACE_DYLIB_SEARCHING=1 %lld -L%S/Inputs/MacOSX.sdk/usr/lib -o %t/test -Z \ 41 # RUN: %lld -L%S/Inputs/MacOSX.sdk/usr/lib -o %t/test -Z \ 44 # RUN: %lld -L%S/Inputs/MacOSX.sdk/usr/lib -o %t/test -Z \ 47 # RUN: %lld -L%S/Inputs/MacOSX.sdk/usr/lib -o %t/test -Z \ 59 # DYLIBSEARCH: searched {{.*}}/MacOSX.sdk/usr/lib{{[/\\]}}libhello.tbd, not found [all …]
|
| H A D | zippered.yaml | 10 # RUN: %no-arg-lld -syslibroot %S/Inputs/MacOSX.sdk -lSystem -dylib -arch x86_64 -platform_version … 12 # RUN: %no-arg-lld -syslibroot %S/Inputs/MacOSX.sdk -lSystem -dylib -arch x86_64 -platform_version … 14 # RUN: not %no-arg-lld -syslibroot %S/Inputs/MacOSX.sdk -lSystem -dylib -arch x86_64 -platform_vers… 17 # RUN: not %no-arg-lld -syslibroot %S/Inputs/MacOSX.sdk -lSystem -dylib -arch x86_64 -platform_vers… 21 # RUN: %no-arg-lld -syslibroot %S/Inputs/MacOSX.sdk -lSystem -dylib -arch x86_64 -platform_version … 41 # RUN: %no-arg-lld -syslibroot %S/Inputs/MacOSX.sdk -lSystem -dylib -arch x86_64 -platform_version … 57 # RUN: not %no-arg-lld -syslibroot %S/Inputs/MacOSX.sdk -lSystem -arch x86_64 -platform_version mac… 61 # RUN: not %no-arg-lld -syslibroot %S/Inputs/MacOSX.sdk -lSystem -dylib -arch x86_64 -platform_vers…
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | CMakeLists.txt | 6 include_directories(MacOSX) 111 add_subdirectory(MacOSX) 219 MacOSX/CFBundle.cpp 220 MacOSX/CFString.cpp 221 MacOSX/Genealogy.cpp 223 MacOSX/MachProcess.mm 224 MacOSX/MachTask.mm 225 MacOSX/MachThread.cpp 227 MacOSX/MachVMMemory.cpp 228 MacOSX/MachVMRegion.cpp [all …]
|
| H A D | ChangeLog | 347 * MacOSX/MachProcess.cpp (MachProcess::GetState): Use new 395 * MacOSX/MachTask.cpp (MachTask::Suspend): Improved logging. 1446 * MacOSX/MachDYLD.cpp: Ditto. 1447 * MacOSX/MachException.cpp: Ditto. 1448 * MacOSX/MachProcess.cpp: Ditto. 1449 * MacOSX/MachThread.cpp: Ditto. 1450 * MacOSX/MachThreadList.cpp: Ditto. 1451 * MacOSX/MachVMMemory.cpp: Ditto. 1452 * MacOSX/MachVMRegion.cpp: Ditto. 1453 * MacOSX/arm/DNBArchImpl.cpp: Ditto. [all …]
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | XcodeSDKTest.cpp | 22 EXPECT_EQ(XcodeSDK::GetAnyMacOS().GetType(), XcodeSDK::MacOSX); in TEST() 23 EXPECT_EQ(XcodeSDK("MacOSX.sdk").GetType(), XcodeSDK::MacOSX); in TEST() 35 EXPECT_EQ(XcodeSDK("MacOSX10.15.Internal.sdk").GetType(), XcodeSDK::MacOSX); in TEST() 81 XcodeSDK::Type::MacOSX, in TEST() 84 XcodeSDK::Type::MacOSX, in TEST() 102 info.type = XcodeSDK::Type::MacOSX; in TEST() 139 info.type = XcodeSDK::Type::MacOSX; in TEST() 167 info.type = XcodeSDK::Type::MacOSX; in TEST() 181 XcodeSDK::Type::MacOSX); in TEST() 183 XcodeSDK::Type::MacOSX); in TEST() [all …]
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | XcodeSDK.cpp | 23 case XcodeSDK::MacOSX: in GetName() 65 return XcodeSDK::MacOSX; in ParseSDKName() 165 case MacOSX: in GetCanonicalName() 205 case Type::MacOSX: in SDKSupportsModules() 225 case Type::MacOSX: in SupportsSwift() 259 case Triple::MacOSX: in GetSDKTypeForTriple() 261 return XcodeSDK::MacOSX; in GetSDKTypeForTriple() 265 return XcodeSDK::MacOSX; in GetSDKTypeForTriple()
|
| /llvm-project-15.0.7/llvm/utils/gn/build/ |
| H A D | mac_sdk.gni | 18 mac_sdk_path = "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk" 23 …h = "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sd… 30 mac_sdk_path = sysroot + "/MacOSX.sdk"
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
| H A D | BUILD.gn | 22 "//lldb/source/Plugins/Platform/MacOSX", 29 # Reaches into Plugins/Platform/MacOSX.
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | ObjCRuntime.cpp | 34 case ObjCRuntime::MacOSX: out << "macosx"; break; in operator <<() 65 kind = ObjCRuntime::MacOSX; in tryParse()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformRemoteMacOSX.cpp | 100 case llvm::Triple::MacOSX: in CreateInstance() 132 ARMGetSupportedArchitectures(result, llvm::Triple::MacOSX); in GetSupportedArchitectures()
|
| H A D | PlatformMacOSX.cpp | 145 if (host_os == llvm::Triple::MacOSX) { in GetSupportedArchitectures() 159 process_host_arch.GetTriple().getOS() == llvm::Triple::MacOSX) { in GetSupportedArchitectures()
|
| H A D | PlatformDarwin.cpp | 787 case XcodeSDK::Type::MacOSX: in GetSDKDirectoryForModules() 809 if (sdk_type == XcodeSDK::Type::MacOSX) { in GetSDKDirectoryForModules() 813 if (XcodeSDK::SDKSupportsModules(XcodeSDK::Type::MacOSX, version)) { in GetSDKDirectoryForModules() 995 case XcodeSDK::Type::MacOSX: in AddClangModuleCompilationOptionsForSDKType() 996 use_current_os_version = get_host_os() == llvm::Triple::MacOSX; in AddClangModuleCompilationOptionsForSDKType() 1033 case XcodeSDK::Type::MacOSX: in AddClangModuleCompilationOptionsForSDKType() 1299 return llvm::Triple::MacOSX; in GetHostOSType() 1302 return llvm::Triple::MacOSX; in GetHostOSType()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/ |
| H A D | BUILD.gn | 32 "//lldb/source/Plugins/DynamicLoader/MacOSX-DYLD", 120 "//lldb/source/Plugins/Platform/MacOSX", 170 "//lldb/source/Plugins/SymbolVendor/MacOSX",
|
| /llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/ |
| H A D | CMakeLists.txt | 1 add_subdirectory(MacOSX)
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/ |
| H A D | CMakeLists.txt | 4 add_subdirectory(MacOSX)
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/ |
| H A D | CMakeLists.txt | 2 add_subdirectory(MacOSX-DYLD)
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | AssertFrameRecognizer.cpp | 40 case llvm::Triple::MacOSX: in GetAbortLocation() 73 case llvm::Triple::MacOSX: in GetAssertLocation()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/ |
| H A D | CMakeLists.txt | 5 add_subdirectory(MacOSX)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/ |
| H A D | arm-macos.yaml | 5 Platform ID: MacOSX
|
| H A D | arm64-macos.yaml | 5 Platform ID: MacOSX
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolVendor/MacOSX/ |
| H A D | BUILD.gn | 1 static_library("MacOSX") {
|
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | Target.cpp | 270 case llvm::Triple::OSType::MacOSX: in get() 283 case llvm::Triple::OSType::MacOSX: in get() 296 case llvm::Triple::OSType::MacOSX: in get()
|