Home
last modified time | relevance | path

Searched refs:MacOSX (Results 1 – 25 of 84) sorted by relevance

1234

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DObjCRuntime.h35 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 DDarwinSDKInfo.h50 return OSEnvPair(llvm::Triple::MacOSX, llvm::Triple::UnknownEnvironment, in macOStoMacCatalystPair()
58 llvm::Triple::MacOSX, llvm::Triple::UnknownEnvironment); in macCatalystToMacOSPair()
H A DAlignedAllocation.h29 case llvm::Triple::MacOSX: // Earliest supporting version is 10.13. in alignedAllocMinVersion()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DCMakeLists.txt6 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 DChangeLog336 * 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 DXcodeSDK.cpp23 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 Dmac_sdk.gni18 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 DMakefile67 ${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 DBUILD.gn26 # "//lldb/source/Plugins/Platform/MacOSX", # Dependency cycle
30 # Reaches into Plugins/Platform/MacOSX.
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DObjCRuntime.cpp34 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 DPlatformRemoteMacOSX.cpp100 case llvm::Triple::MacOSX: in CreateInstance()
132 ARMGetSupportedArchitectures(result, llvm::Triple::MacOSX); in GetSupportedArchitectures()
H A DPlatformMacOSX.cpp152 if (host_os == llvm::Triple::MacOSX) { in GetSupportedArchitectures()
166 process_host_arch.GetTriple().getOS() == llvm::Triple::MacOSX) { in GetSupportedArchitectures()
H A DPlatformDarwin.cpp788 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 DBUILD.gn32 "//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 DCMakeLists.txt1 add_subdirectory(MacOSX)
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/
H A DCMakeLists.txt4 add_subdirectory(MacOSX)
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DAssertFrameRecognizer.cpp40 case llvm::Triple::MacOSX: in GetAbortLocation()
73 case llvm::Triple::MacOSX: in GetAssertLocation()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/
H A DCMakeLists.txt2 add_subdirectory(MacOSX-DYLD)
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/
H A DCMakeLists.txt5 add_subdirectory(MacOSX)
/openbsd-src/gnu/usr.bin/clang/liblldbPluginSystemRuntime/
H A DMakefile14 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/SystemRuntime/MacOSX
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DBUILD.gn1 static_library("MacOSX") {
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/mach-core/
H A DBUILD.gn9 "//lldb/source/Plugins/DynamicLoader/MacOSX-DYLD",
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DBUILD.gn1 static_library("MacOSX-DYLD") {
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/
H A DCMakeLists.txt16 add_subdirectory(MacOSX-Kernel)
/openbsd-src/gnu/usr.bin/clang/liblldbPluginDynamicLoader/
H A DMakefile21 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD

1234