Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h988 bool SetArchitecture(const ArchSpec &arch_spec, bool set_platform = false);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1462 bool Target::SetArchitecture(const ArchSpec &arch_spec, bool set_platform) { in SetArchitecture() argument
1472 if (set_platform) { in SetArchitecture()