Home
last modified time | relevance | path

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

1234

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DObjCRuntime.h35 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 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/gnu/llvm/lldb/tools/debugserver/source/
H A DCMakeLists.txt6 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 DChangeLog347 * 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 …]
/openbsd/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/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/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/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/gnu/llvm/clang/lib/Basic/
H A DObjCRuntime.cpp34 case ObjCRuntime::MacOSX: out << "macosx"; break; in operator <<()
65 kind = ObjCRuntime::MacOSX; in tryParse()
/openbsd/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/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/gnu/llvm/lldb/source/Plugins/SystemRuntime/
H A DCMakeLists.txt1 add_subdirectory(MacOSX)
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolVendor/
H A DCMakeLists.txt4 add_subdirectory(MacOSX)
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/
H A DCMakeLists.txt2 add_subdirectory(MacOSX-DYLD)
/openbsd/gnu/llvm/lldb/source/Target/
H A DAssertFrameRecognizer.cpp40 case llvm::Triple::MacOSX: in GetAbortLocation()
73 case llvm::Triple::MacOSX: in GetAssertLocation()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/
H A DCMakeLists.txt5 add_subdirectory(MacOSX)
/openbsd/gnu/usr.bin/clang/liblldbPluginSystemRuntime/
H A DMakefile14 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/SystemRuntime/MacOSX
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DBUILD.gn1 static_library("MacOSX") {
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DBUILD.gn1 static_library("MacOSX-DYLD") {
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/mach-core/
H A DBUILD.gn9 "//lldb/source/Plugins/DynamicLoader/MacOSX-DYLD",
/openbsd/gnu/llvm/lldb/source/Plugins/Process/
H A DCMakeLists.txt16 add_subdirectory(MacOSX-Kernel)
/openbsd/gnu/usr.bin/clang/liblldbPluginDynamicLoader/
H A DMakefile21 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD

1234