Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h967 bool SetArchitecture(const ArchSpec &arch_spec, bool set_platform = false);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp1492 bool Target::SetArchitecture(const ArchSpec &arch_spec, bool set_platform) { in SetArchitecture() argument
1502 if (set_platform) { in SetArchitecture()