Searched refs:SetDefaultArchitecture (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i370 SetDefaultArchitecture (const char *arch_name);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h204 static bool SetDefaultArchitecture(const char *arch_name);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h79 void SetDefaultArchitecture(const ArchSpec &arch);
485 static void SetDefaultArchitecture(const ArchSpec &arch);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp620 bool SBDebugger::SetDefaultArchitecture(const char *arch_name) { function in class:SBDebugger
621 LLDB_RECORD_STATIC_METHOD(bool, SBDebugger, SetDefaultArchitecture,
627 Target::SetDefaultArchitecture(arch);
1713 LLDB_REGISTER_STATIC_METHOD(bool, SBDebugger, SetDefaultArchitecture,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2296 void Target::SetDefaultArchitecture(const ArchSpec &arch) { function in class:Target
2300 "Target::SetDefaultArchitecture setting target's "
2303 return properties_sp->SetDefaultArchitecture(arch);
3550 void TargetProperties::SetDefaultArchitecture(const ArchSpec &arch) { function in class:TargetProperties
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp254 if (!lldb::SBDebugger::SetDefaultArchitecture(arg_value)) {

Completed in 265 milliseconds