/llvm-project/lldb/source/Plugins/Process/mach-core/ |
H A D | ThreadMachCore.cpp | 117 const ArchSpec arch_spec = target.GetArchitecture(); in CalculateStopInfo() local
|
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | NativeProcessWindows.h | 82 void SetArchitecture(const ArchSpec &arch_spec) { m_arch = arch_spec; } in SetArchitecture()
|
H A D | ProcessWindows.cpp | 270 ArchSpec arch_spec; DidLaunch() local 274 DidAttach(ArchSpec & arch_spec) DidAttach() argument
|
/llvm-project/lldb/unittests/SymbolFile/NativePDB/ |
H A D | PdbFPOProgramToDWARFExpressionTests.cpp | 75 ArchSpec arch_spec("i686-pc-windows"); in CheckInvalidProgramTranslation() local
|
/llvm-project/lldb/unittests/tools/lldb-server/tests/ |
H A D | TestClient.cpp | 69 const ArchSpec &arch_spec = HostInfo::GetArchitecture(); in launchCustom() local
|
/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValue.cpp | 470 SetArchSpecValue(ArchSpec arch_spec) SetArchSpecValue() argument
|
/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.cpp | 363 ArchSpec arch_spec = launch_info.GetArchitecture(); LaunchProcess() local
|
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1060 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 D | DynamicLoaderDarwin.cpp | 765 lldb_private::ArchSpec arch_spec(lldb_private::eArchTypeMachO, header.cputype, GetArchitecture() local
|
/llvm-project/lldb/source/Core/ |
H A D | Module.cpp | 1578 MergeArchitecture(const ArchSpec & arch_spec) MergeArchitecture() argument
|
/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 1538 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 D | SBTarget.cpp | 423 const ArchSpec &arch_spec = target_sp->GetArchitecture(); Launch() local
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.cpp | 3832 GetModuleInfo(const FileSpec & module_file_spec,const lldb_private::ArchSpec & arch_spec,ModuleSpec & module_spec) GetModuleInfo() argument
|