Home
last modified time | relevance | path

Searched refs:eArchTypeELF (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/include/lldb/
Dlldb-private-enumerations.h64 eArchTypeELF, enumerator
/external/llvm-project/lldb/unittests/Utility/
DArchSpecTest.cpp197 A.SetArchitecture(eArchTypeELF, llvm::ELF::EM_ARM, in TEST()
199 B.SetArchitecture(eArchTypeELF, llvm::ELF::EM_ARM, in TEST()
/external/llvm-project/lldb/source/Utility/
DArchSpec.cpp401 eArchTypeELF,
861 } else if (arch_type == eArchTypeELF) { in SetArchitecture()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp516 eArchTypeELF, header.e_machine, sub_type, header.e_ident[EI_OSABI]); in GetModuleSpecifications()
1325 arch_spec.SetArchitecture(eArchTypeELF, header.e_machine, sub_type, in GetSectionHeaderInfo()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp2129 m_process_arch.SetArchitecture(eArchTypeELF, cpu, sub); in GetCurrentProcessInfo()