Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionGroupPlatform.h61 bool PlatformMatches(const lldb::PlatformSP &platform_sp) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionGroupPlatform.cpp121 bool OptionGroupPlatform::PlatformMatches( in PlatformMatches() function in OptionGroupPlatform
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDTargetList.cpp104 if (!platform_options->PlatformMatches(platform_sp)) { in CreateTargetInternal()