Home
last modified time | relevance | path

Searched defs:SetArchitecture (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/
H A DDNBArch.cpp38 bool DNBArchProtocol::SetArchitecture(uint32_t cpu_type, uint32_t cpu_subtype) { in SetArchitecture() function in DNBArchProtocol
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h82 void SetArchitecture(const ArchSpec &arch_spec) { m_arch = arch_spec; } in SetArchitecture() function
/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h153 void SetArchitecture(const lldb_private::ArchSpec &arch) { m_arch = arch; } in SetArchitecture() function
/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h66 void SetArchitecture(const ArchSpec &arch) { m_arch = arch; } in SetArchitecture() function
/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp851 bool ArchSpec::SetArchitecture(ArchitectureType arch_type, uint32_t cpu, SetArchitecture() function in ArchSpec
/llvm-project/lldb/source/Core/
H A DModule.cpp1489 bool Module::SetArchitecture(const ArchSpec &new_arch) { SetArchitecture() function in Module
/llvm-project/lldb/source/Target/
H A DTarget.cpp1538 bool Target::SetArchitecture(const ArchSpec &arch_spec, bool set_platform, SetArchitecture() function in Target
/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp13731 bool EmulateInstructionARM::SetArchitecture(const ArchSpec &arch) { in SetArchitecture() function in EmulateInstructionARM