Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp49 const OptionGroupPlatform *platform_options, in CreateTarget() argument
54 platform_options, target_sp); in CreateTarget()
79 const OptionGroupPlatform *platform_options, TargetSP &target_sp) { in CreateTargetInternal() argument
99 if (platform_options && platform_options->PlatformWasSpecified() && in CreateTargetInternal()
100 !platform_options->PlatformMatches(platform_sp)) { in CreateTargetInternal()
102 platform_sp = platform_options->CreatePlatformWithOptions( in CreateTargetInternal()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTargetList.h90 const OptionGroupPlatform *platform_options,
200 const OptionGroupPlatform *platform_options, lldb::TargetSP &target_sp);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp778 OptionGroupPlatform platform_options(false); in CreateTarget() local
779 platform_options.SetPlatformName(platform_name); in CreateTarget()
784 &platform_options, target_sp); in CreateTarget()