Searched defs:SetArchitecture (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h153 void SetArchitecture(const lldb_private::ArchSpec &arch) { m_arch = arch; } function in class:ObjectContainerBSDArchive::Archive
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h66 void SetArchitecture(const ArchSpec &arch) { m_arch = arch; } function in class:lldb_private::ProcessInfo
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp874 bool ArchSpec::SetArchitecture(ArchitectureType arch_type, uint32_t cpu, function in class:ArchSpec
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1531 bool Module::SetArchitecture(const ArchSpec &new_arch) { function in class:Module
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp13773 bool EmulateInstructionARM::SetArchitecture(const ArchSpec &arch) { function in class:EmulateInstructionARM
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1457 bool Target::SetArchitecture(const ArchSpec &arch_spec, bool set_platform) { function in class:Target

Completed in 214 milliseconds