Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp998 lldb_private::ArchSpec &arch_spec, in RefineModuleDetailsFromNote()
1234 ArchSpec &arch_spec) { in ParseARMAttributes()
1310 ArchSpec &arch_spec) { in GetSectionHeaderInfo()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp405 ArchSpec arch_spec = launch_info.GetArchitecture(); in LaunchProcess() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDModule.cpp1594 bool Module::MergeArchitecture(const ArchSpec &arch_spec) { in MergeArchitecture()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp1457 bool Target::SetArchitecture(const ArchSpec &arch_spec, bool set_platform) { in SetArchitecture()
1545 bool Target::MergeArchitecture(const ArchSpec &arch_spec) { in MergeArchitecture()
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBTarget.cpp427 const ArchSpec &arch_spec = target_sp->GetArchitecture(); in Launch() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.cpp3534 const FileSpec &module_file_spec, const lldb_private::ArchSpec &arch_spec, in GetModuleInfo()