Searched refs:eMIPSSubType_mips64el (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h46 eMIPSSubType_mips64el, enumerator in enum:lldb_private::ArchSpec::MIPSSubType
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp444 ArchSpec::eMIPSSubType_mips64el, 0xFFFFFFFFu, 0xFFFFFFFFu}, // mips64el
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp261 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips64el
284 return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips64el

Completed in 195 milliseconds