Home
last modified time | relevance | path

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

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