Searched refs:platform_name (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h75 SetPlatformName (const char *platform_name) argument
77 if (platform_name && platform_name[0])
78 m_platform_name.assign (platform_name);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBPlatform.h109 SBPlatform (const char *platform_name);
H A DSBDebugger.h127 const char *platform_name,
180 SetCurrentPlatform (const char *platform_name);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp593 const char *platform_name,
603 platform_options.SetPlatformName (platform_name);
623 log->Printf ("SBDebugger(%p)::CreateTarget (filename=\"%s\", triple=%s, platform_name=%s, add_dependent_modules=%u, error=%s) => SBTarget(%p)",
627 platform_name,
1174 SBDebugger::SetCurrentPlatform (const char *platform_name) argument
1179 PlatformSP platform_sp (Platform::Create (platform_name, sb_error.ref()));
591 CreateTarget(const char *filename, const char *target_triple, const char *platform_name, bool add_dependent_modules, lldb::SBError& sb_error) argument
H A DSBPlatform.cpp268 SBPlatform::SBPlatform (const char *platform_name) : argument
272 m_opaque_sp = Platform::Create (platform_name, error);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp154 Platform::Create (const char *platform_name, Error &error) argument
158 if (platform_name && platform_name[0])
160 ConstString const_platform_name (platform_name);
165 error.SetErrorStringWithFormat ("unable to find a plug-in for the platform named \"%s\"", platform_name);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp241 const char *platform_name = args.GetArgumentAtIndex (0); local
242 if (platform_name && platform_name[0])
245 m_platform_options.SetPlatformName (platform_name);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h73 Create (const char *platform_name, Error &error);

Completed in 143 milliseconds