Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DOptionGroupPlatform.h36 lldb::PlatformSP CreatePlatformWithOptions(CommandInterpreter &interpreter,
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DOptionGroupPlatform.cpp18 PlatformSP OptionGroupPlatform::CreatePlatformWithOptions( in CreatePlatformWithOptions() function in OptionGroupPlatform
/openbsd/src/gnu/llvm/lldb/source/Target/
DTargetList.cpp103 platform_sp = platform_options->CreatePlatformWithOptions( in CreateTargetInternal()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectPlatform.cpp176 PlatformSP platform_sp(m_platform_options.CreatePlatformWithOptions( in DoExecute()