Home
last modified time | relevance | path

Searched refs:OptionGroupPlatform (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp18 PlatformSP OptionGroupPlatform::CreatePlatformWithOptions( in CreatePlatformWithOptions()
63 void OptionGroupPlatform::OptionParsingStarting( in OptionParsingStarting()
87 llvm::ArrayRef<OptionDefinition> OptionGroupPlatform::GetDefinitions() { in GetDefinitions()
95 OptionGroupPlatform::SetOptionValue(uint32_t option_idx, in SetOptionValue()
129 bool OptionGroupPlatform::PlatformMatches( in PlatformMatches()
H A DCMakeLists.txt24 OptionGroupPlatform.cpp
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h21 class OptionGroupPlatform : public OptionGroup {
23 OptionGroupPlatform(bool include_platform_option) in OptionGroupPlatform() function
26 ~OptionGroupPlatform() override = default;
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTargetList.h90 const OptionGroupPlatform *platform_options,
200 const OptionGroupPlatform *platform_options, lldb::TargetSP &target_sp);
/openbsd/gnu/usr.bin/clang/liblldbInterpreter/
H A DMakefile23 OptionGroupPlatform.cpp \
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Interpreter/
H A DBUILD.gn44 "OptionGroupPlatform.cpp",
/openbsd/gnu/llvm/lldb/source/Target/
H A DTargetList.cpp49 const OptionGroupPlatform *platform_options, in CreateTarget()
79 const OptionGroupPlatform *platform_options, TargetSP &target_sp) { in CreateTargetInternal()
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h137 class OptionGroupPlatform; variable
/openbsd/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp820 OptionGroupPlatform platform_options(false); in CreateTarget()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp197 OptionGroupPlatform m_platform_options;
H A DCommandObjectTarget.cpp456 OptionGroupPlatform m_platform_options;
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3132 OptionGroupPlatform GetPlatformOptions() { in GetPlatformOptions()
3133 OptionGroupPlatform platform_options(false); in GetPlatformOptions()
3139 OptionGroupPlatform platform_options = GetPlatformOptions(); in GetTarget()
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3759 lldb/include/lldb/Interpreter/OptionGroupPlatform.h