Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h60 bool PlatformMatches(const lldb::PlatformSP &platform_sp) const;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp128 bool OptionGroupPlatform::PlatformMatches( in PlatformMatches() function in OptionGroupPlatform
/llvm-project-15.0.7/lldb/source/Target/
H A DTargetList.cpp101 !platform_options->PlatformMatches(platform_sp)) { in CreateTargetInternal()