Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp117 const ArchSpec arch_spec = target.GetArchitecture(); in CalculateStopInfo() local
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h82 void SetArchitecture(const ArchSpec &arch_spec) { m_arch = arch_spec; } in SetArchitecture()
H A DProcessWindows.cpp270 ArchSpec arch_spec; DidLaunch() local
274 DidAttach(ArchSpec & arch_spec) DidAttach() argument
/llvm-project/lldb/unittests/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpressionTests.cpp75 ArchSpec arch_spec("i686-pc-windows"); in CheckInvalidProgramTranslation() local
/llvm-project/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.cpp69 const ArchSpec &arch_spec = HostInfo::GetArchitecture(); in launchCustom() local
/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp470 SetArchSpecValue(ArchSpec arch_spec) SetArchSpecValue() argument
/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp363 ArchSpec arch_spec = launch_info.GetArchitecture(); LaunchProcess() local
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1060 RefineModuleDetailsFromNote(lldb_private::DataExtractor & data,lldb_private::ArchSpec & arch_spec,lldb_private::UUID & uuid) RefineModuleDetailsFromNote() argument
1298 ParseARMAttributes(DataExtractor & data,uint64_t length,ArchSpec & arch_spec) ParseARMAttributes() argument
1374 GetSectionHeaderInfo(SectionHeaderColl & section_headers,DataExtractor & object_data,const elf::ELFHeader & header,lldb_private::UUID & uuid,std::string & gnu_debuglink_file,uint32_t & gnu_debuglink_crc,ArchSpec & arch_spec) GetSectionHeaderInfo() argument
[all...]
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp765 lldb_private::ArchSpec arch_spec(lldb_private::eArchTypeMachO, header.cputype, GetArchitecture() local
/llvm-project/lldb/source/Core/
H A DModule.cpp1578 MergeArchitecture(const ArchSpec & arch_spec) MergeArchitecture() argument
/llvm-project/lldb/source/Target/
H A DTarget.cpp1538 SetArchitecture(const ArchSpec & arch_spec,bool set_platform,bool merge) SetArchitecture() argument
1627 MergeArchitecture(const ArchSpec & arch_spec) MergeArchitecture() argument
[all...]
/llvm-project/lldb/source/API/
H A DSBTarget.cpp423 const ArchSpec &arch_spec = target_sp->GetArchitecture(); Launch() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3832 GetModuleInfo(const FileSpec & module_file_spec,const lldb_private::ArchSpec & arch_spec,ModuleSpec & module_spec) GetModuleInfo() argument