Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeProcessWindows.h81 void SetArchitecture(const ArchSpec &arch_spec) { m_arch = arch_spec; } in SetArchitecture()
DProcessWindows.cpp282 ArchSpec arch_spec; in DidLaunch() local
286 void ProcessWindows::DidAttach(ArchSpec &arch_spec) { in DidAttach()
/external/llvm-project/lldb/unittests/SymbolFile/NativePDB/
DPdbFPOProgramToDWARFExpressionTests.cpp74 ArchSpec arch_spec("i686-pc-windows"); in CheckInvalidProgramTranslation() local
/external/llvm-project/lldb/unittests/tools/lldb-server/tests/
DTestClient.cpp65 const ArchSpec &arch_spec = HostInfo::GetArchitecture(); in launchCustom() local
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1002 lldb_private::ArchSpec &arch_spec, in RefineModuleDetailsFromNote()
1238 ArchSpec &arch_spec) { in ParseARMAttributes()
1314 ArchSpec &arch_spec) { in GetSectionHeaderInfo()
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp422 ArchSpec arch_spec = launch_info.GetArchitecture(); in LaunchProcess() local
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.cpp776 lldb_private::ArchSpec arch_spec(lldb_private::eArchTypeMachO, header.cputype, in GetArchitecture() local
/external/llvm-project/lldb/source/Core/
DModule.cpp1637 bool Module::MergeArchitecture(const ArchSpec &arch_spec) { in MergeArchitecture()
/external/llvm-project/lldb/source/Target/
DTarget.cpp1464 bool Target::SetArchitecture(const ArchSpec &arch_spec, bool set_platform) { in SetArchitecture()
1552 bool Target::MergeArchitecture(const ArchSpec &arch_spec) { in MergeArchitecture()
/external/llvm-project/lldb/source/API/
DSBTarget.cpp445 const ArchSpec &arch_spec = target_sp->GetArchitecture(); in Launch() local
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp3652 const FileSpec &module_file_spec, const lldb_private::ArchSpec &arch_spec, in GetModuleInfo()