Home
last modified time | relevance | path

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

/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h65 void SetArchitecture(const ArchSpec &arch) { m_arch = arch; } SetArchitecture() function
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp851 bool ArchSpec::SetArchitecture(ArchitectureType arch_type, uint32_t cpu, in SetArchitecture() function in ArchSpec
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1492 bool Module::SetArchitecture(const ArchSpec &new_arch) { SetArchitecture() function in Module
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1537 bool Target::SetArchitecture(const ArchSpec &arch_spec, bool set_platform, SetArchitecture() function in Target
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp13731 bool EmulateInstructionARM::SetArchitecture(const ArchSpec &arch) { in SetArchitecture() function in EmulateInstructionARM