Home
last modified time | relevance | path

Searched refs:CreatePlatformWithOptions (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h36 lldb::PlatformSP CreatePlatformWithOptions(CommandInterpreter &interpreter,
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp18 PlatformSP OptionGroupPlatform::CreatePlatformWithOptions( in CreatePlatformWithOptions() function in OptionGroupPlatform
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp103 platform_sp = platform_options->CreatePlatformWithOptions( in CreateTargetInternal()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp179 PlatformSP platform_sp(m_platform_options.CreatePlatformWithOptions( in DoExecute()