Home
last modified time | relevance | path

Searched refs:PlatformDarwin (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/lldb/unittests/Platform/
DPlatformDarwinTest.cpp20 struct PlatformDarwinTester : public PlatformDarwin {
22 using PlatformDarwin::FindComponentInPath;
29 std::tie(V, D) = PlatformDarwin::ParseVersionBuildDir("1.2.3 (test1)"); in TEST()
33 std::tie(V, D) = PlatformDarwin::ParseVersionBuildDir("2.3 (test2)"); in TEST()
37 std::tie(V, D) = PlatformDarwin::ParseVersionBuildDir("3 (test3)"); in TEST()
41 std::tie(V, D) = PlatformDarwin::ParseVersionBuildDir("1.2.3 (test"); in TEST()
45 std::tie(V, D) = PlatformDarwin::ParseVersionBuildDir("2.3.4 test"); in TEST()
49 std::tie(V, D) = PlatformDarwin::ParseVersionBuildDir("3.4.5"); in TEST()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.h25 class PlatformDarwin : public PlatformPOSIX {
27 PlatformDarwin(bool is_host);
29 ~PlatformDarwin() override;
177 PlatformDarwin(const PlatformDarwin &) = delete;
178 const PlatformDarwin &operator=(const PlatformDarwin &) = delete;
DPlatformDarwin.cpp51 PlatformDarwin::PlatformDarwin(bool is_host) : PlatformPOSIX(is_host) {} in PlatformDarwin() function in PlatformDarwin
57 PlatformDarwin::~PlatformDarwin() {} in ~PlatformDarwin()
60 PlatformDarwin::PutFile(const lldb_private::FileSpec &source, in PutFile()
70 FileSpecList PlatformDarwin::LocateExecutableScriptingResources( in LocateExecutableScriptingResources()
194 Status PlatformDarwin::ResolveSymbolFile(Target &target, in ResolveSymbolFile()
221 lldb_private::Status PlatformDarwin::GetSharedModuleWithLocalCache( in GetSharedModuleWithLocalCache()
366 Status PlatformDarwin::GetSharedModule( in GetSharedModule()
447 PlatformDarwin::GetSoftwareBreakpointTrapOpcode(Target &target, in GetSoftwareBreakpointTrapOpcode()
504 bool PlatformDarwin::ModuleIsExcludedForUnconstrainedSearches( in ModuleIsExcludedForUnconstrainedSearches()
517 bool PlatformDarwin::x86GetSupportedArchitectureAtIndex(uint32_t idx, in x86GetSupportedArchitectureAtIndex()
[all …]
DPlatformMacOSX.h14 class PlatformMacOSX : public PlatformDarwin {
49 return PlatformDarwin::GetFile(source, destination); in GetFile()
61 return PlatformDarwin::AddClangModuleCompilationOptionsForSDKType( in AddClangModuleCompilationOptions()
DPlatformMacOSX.cpp46 PlatformDarwin::Initialize(); in Initialize()
85 PlatformDarwin::Terminate(); in Terminate()
104 PlatformMacOSX::PlatformMacOSX() : PlatformDarwin(true) {} in PlatformMacOSX()
DPlatformRemoteAppleBridge.cpp39 PlatformDarwin::Initialize(); in Initialize()
55 PlatformDarwin::Terminate(); in Terminate()
DPlatformRemoteiOS.cpp35 PlatformDarwin::Initialize(); in Initialize()
51 PlatformDarwin::Terminate(); in Terminate()
DPlatformRemoteDarwinDevice.h19 class PlatformRemoteDarwinDevice : public PlatformDarwin {
47 return PlatformDarwin::AddClangModuleCompilationOptionsForSDKType( in AddClangModuleCompilationOptions()
DPlatformRemoteAppleTV.cpp40 PlatformDarwin::Initialize(); in Initialize()
56 PlatformDarwin::Terminate(); in Terminate()
DPlatformRemoteAppleWatch.cpp36 PlatformDarwin::Initialize(); in Initialize()
53 PlatformDarwin::Terminate(); in Terminate()
DPlatformRemoteMacOSX.cpp40 PlatformDarwin::Initialize(); in Initialize()
56 PlatformDarwin::Terminate(); in Terminate()
DPlatformAppleSimulator.h21 class PlatformAppleSimulator : public PlatformDarwin {
88 return PlatformDarwin::AddClangModuleCompilationOptionsForSDKType( in AddClangModuleCompilationOptions()
DPlatformDarwinKernel.cpp50 PlatformDarwin::Initialize(); in Initialize()
67 PlatformDarwin::Terminate(); in Terminate()
237 : PlatformDarwin(false), // This is a remote platform in PlatformDarwinKernel()
753 return PlatformDarwin::GetSharedModule(module_spec, process, module_sp, in GetSharedModule()
787 error = PlatformDarwin::GetSharedModule(module_spec, process, module_sp, in GetSharedModuleKext()
880 error = PlatformDarwin::GetSharedModule(module_spec, process, module_sp, in GetSharedModuleKernel()
DCMakeLists.txt10 PlatformDarwin.cpp
DPlatformAppleSimulator.cpp44 : PlatformDarwin(true), m_class_name(class_name), in PlatformAppleSimulator()
650 PlatformDarwin::Initialize(); in Initialize()
663 PlatformDarwin::Terminate(); in Terminate()
DPlatformDarwinKernel.h23 class PlatformDarwinKernel : public PlatformDarwin {
DPlatformRemoteDarwinDevice.cpp40 : PlatformDarwin(false), // This is a remote platform in PlatformRemoteDarwinDevice()
614 error = PlatformDarwin::FindBundleBinaryInExecSearchPaths( in GetSharedModule()