Searched refs:arch_cstr (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp795 const char *arch_cstr) {
797 (const char *, const char *), filename, arch_cstr);
808 *m_opaque_sp, filename, arch_cstr,
821 static_cast<void *>(m_opaque_sp.get()), filename, arch_cstr,
794 CreateTargetWithFileAndArch(const char *filename, const char *arch_cstr) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp13776 const char *arch_cstr = arch.GetArchitectureName(); local
13777 if (arch_cstr) {
13778 if (0 == ::strcasecmp(arch_cstr, "armv4t"))
13780 else if (0 == ::strcasecmp(arch_cstr, "armv5tej"))
13782 else if (0 == ::strcasecmp(arch_cstr, "armv5te"))
13784 else if (0 == ::strcasecmp(arch_cstr, "armv5t"))
13786 else if (0 == ::strcasecmp(arch_cstr, "armv6k"))
13788 else if (0 == ::strcasecmp(arch_cstr, "armv6t2"))
13790 else if (0 == ::strcasecmp(arch_cstr, "armv7s"))
13792 else if (0 == ::strcasecmp(arch_cstr, "ar
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp323 llvm::StringRef arch_cstr = m_arch_option.GetArchitectureName(); variable
325 debugger, file_path, arch_cstr,

Completed in 194 milliseconds