Home
last modified time | relevance | path

Searched refs:PlatformWasSpecified (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h41 bool PlatformWasSpecified() const { return !m_platform_name.empty(); } in PlatformWasSpecified() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp100 if (platform_options && platform_options->PlatformWasSpecified() && in CreateTargetInternal()