Home
last modified time | relevance | path

Searched refs:eMIPSABI_N32 (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDArchSpec.h67 eMIPSABI_N32 = 0x00004000, enumerator
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDArchSpec.cpp596 case ArchSpec::eMIPSABI_N32: in GetTargetABI()
616 flag |= ArchSpec::eMIPSABI_N32; in SetFlags()
729 if (m_flags & (eMIPSABI_N32 | eMIPSABI_O32)) in GetAddressByteSize()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionParser.cpp1055 case ArchSpec::eMIPSABI_N32: in GetClangTargetABI()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1466 arch_flags |= lldb_private::ArchSpec::eMIPSABI_N32; in GetSectionHeaderInfo()