Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp681 bool SBDebugger::GetDefaultArchitecture(char *arch_name, size_t arch_name_len) { in GetDefaultArchitecture() argument
682 LLDB_INSTRUMENT_VA(arch_name, arch_name_len); in GetDefaultArchitecture()
684 if (arch_name && arch_name_len) { in GetDefaultArchitecture()
690 ::snprintf(arch_name, arch_name_len, "%s", triple_str.c_str()); in GetDefaultArchitecture()
692 ::snprintf(arch_name, arch_name_len, "%s", in GetDefaultArchitecture()
697 if (arch_name && arch_name_len) in GetDefaultArchitecture()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h311 static bool GetDefaultArchitecture(char *arch_name, size_t arch_name_len);