Searched refs:eArchTypeELF (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h64 eArchTypeELF, enumerator in enum:lldb_private::ArchitectureType
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp458 eArchTypeELF,
909 } else if (arch_type == eArchTypeELF) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp516 eArchTypeELF, header.e_machine, sub_type, header.e_ident[EI_OSABI]);
1325 arch_spec.SetArchitecture(eArchTypeELF, header.e_machine, sub_type,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2118 m_process_arch.SetArchitecture(eArchTypeELF, cpu, sub);

Completed in 179 milliseconds