Home
last modified time | relevance | path

Searched refs:SetPlatformName (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupPlatform.h43 void SetPlatformName(const char *platform_name) { in SetPlatformName() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectPlatform.cpp171 m_platform_options.SetPlatformName(platform_name); in DoExecute()
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBDebugger.cpp779 platform_options.SetPlatformName(platform_name); in CreateTarget()