| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | ObjCRuntime.h | 35 MacOSX, enumerator 63 Kind TheKind = MacOSX; 86 case MacOSX: return true; in isNonFragile() 109 else if ((getKind() == MacOSX) && isNonFragile() && in isLegacyDispatchDefaultForArch() 122 case MacOSX: in isGNUFamily() 147 case MacOSX: return true; in allowsARC() 165 case MacOSX: return getVersion() >= VersionTuple(10, 7); in hasNativeARC() 197 case MacOSX: in shouldUseARCFunctionsForRetainRelease() 233 case MacOSX: in shouldUseRuntimeFunctionsForAlloc() 255 case MacOSX: in shouldUseRuntimeFunctionForCombinedAllocInit() [all …]
|
| H A D | DarwinSDKInfo.h | 50 return OSEnvPair(llvm::Triple::MacOSX, llvm::Triple::UnknownEnvironment, in macOStoMacCatalystPair() 58 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()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | CMakeLists.txt | 6 include_directories(MacOSX) 111 add_subdirectory(MacOSX) 185 …H_FLAGS_SEPARTED} -isysroot ${CMAKE_OSX_SYSROOT} ${CMAKE_CURRENT_SOURCE_DIR}/MacOSX/dbgnub-mig.defs 186 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/MacOSX/dbgnub-mig.defs 219 MacOSX/CFBundle.cpp 220 MacOSX/CFString.cpp 221 MacOSX/Genealogy.cpp 222 MacOSX/MachException.cpp 223 MacOSX/MachProcess.mm 224 MacOSX/MachTask.mm [all …]
|
| H A D | ChangeLog | 336 * MacOSX/MachThread.cpp (MachThread::MachThread): Improved logging. 344 * MacOSX/MachVMMemory.cpp (MachVMMemory::Read): Improved logging. 347 * MacOSX/MachProcess.cpp (MachProcess::GetState): Use new 377 * MacOSX/MachProcess.h (MachProcess::ThreadFunctionException): Removed. 380 * MacOSX/MachVMRegion.cpp (MachVMRegion::SetProtections): Improved 384 * MacOSX/MachException.cpp (catch_mach_exception_raise_state): Improved 395 * MacOSX/MachTask.cpp (MachTask::Suspend): Improved logging. 406 * MacOSX/MachThreadList.cpp (MachThreadList::UpdateThreadList): Improved 688 * MacOSX/arm/DNBArchImpl.cpp (DNBArchMachARM::GetRegisterValue): Set 773 * MacOSX/arm/DNBArchImpl.cpp: Added hardware breakpoint and watchpoint [all …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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"
|
| /openbsd-src/gnu/usr.bin/clang/include/lldb/Plugins/ |
| H A D | Makefile | 67 ${LLDB_SRCS}/source/Plugins/Platform/MacOSX/PlatformMacOSXProperties.td 69 -I${LLDB_SRCS}/source/Plugins/Platform/MacOSX \ 73 ${LLDB_SRCS}/source/Plugins/Platform/MacOSX/PlatformMacOSXProperties.td 75 -I${LLDB_SRCS}/source/Plugins/Platform/MacOSX \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
| H A D | BUILD.gn | 26 # "//lldb/source/Plugins/Platform/MacOSX", # Dependency cycle 30 # Reaches into Plugins/Platform/MacOSX.
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | ObjCRuntime.cpp | 34 case ObjCRuntime::MacOSX: out << "macosx"; break; in operator <<() 65 kind = ObjCRuntime::MacOSX; in tryParse()
|
| /openbsd-src/gnu/llvm/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 | 152 if (host_os == llvm::Triple::MacOSX) { in GetSupportedArchitectures() 166 process_host_arch.GetTriple().getOS() == llvm::Triple::MacOSX) { in GetSupportedArchitectures()
|
| H A D | PlatformDarwin.cpp | 788 case XcodeSDK::Type::MacOSX: in GetSDKDirectoryForModules() 810 if (sdk_type == XcodeSDK::Type::MacOSX) { in GetSDKDirectoryForModules() 814 if (XcodeSDK::SDKSupportsModules(XcodeSDK::Type::MacOSX, version)) { in GetSDKDirectoryForModules() 1027 case XcodeSDK::Type::MacOSX: in AddClangModuleCompilationOptionsForSDKType() 1028 use_current_os_version = get_host_os() == llvm::Triple::MacOSX; in AddClangModuleCompilationOptionsForSDKType() 1065 case XcodeSDK::Type::MacOSX: in AddClangModuleCompilationOptionsForSDKType() 1330 return llvm::Triple::MacOSX; in GetHostOSType() 1333 return llvm::Triple::MacOSX; in GetHostOSType()
|
| /openbsd-src/gnu/llvm/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",
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/ |
| H A D | CMakeLists.txt | 1 add_subdirectory(MacOSX)
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/ |
| H A D | CMakeLists.txt | 4 add_subdirectory(MacOSX)
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | AssertFrameRecognizer.cpp | 40 case llvm::Triple::MacOSX: in GetAbortLocation() 73 case llvm::Triple::MacOSX: in GetAssertLocation()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/ |
| H A D | CMakeLists.txt | 2 add_subdirectory(MacOSX-DYLD)
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/ |
| H A D | CMakeLists.txt | 5 add_subdirectory(MacOSX)
|
| /openbsd-src/gnu/usr.bin/clang/liblldbPluginSystemRuntime/ |
| H A D | Makefile | 14 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/SystemRuntime/MacOSX
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolVendor/MacOSX/ |
| H A D | BUILD.gn | 1 static_library("MacOSX") {
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/mach-core/ |
| H A D | BUILD.gn | 9 "//lldb/source/Plugins/DynamicLoader/MacOSX-DYLD",
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | BUILD.gn | 1 static_library("MacOSX-DYLD") {
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/ |
| H A D | CMakeLists.txt | 16 add_subdirectory(MacOSX-Kernel)
|
| /openbsd-src/gnu/usr.bin/clang/liblldbPluginDynamicLoader/ |
| H A D | Makefile | 21 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD
|