Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DArchSpec.h67 eMIPSABI_O32 = 0x00002000, enumerator
/external/llvm-project/lldb/source/Utility/
DArchSpec.cpp549 case ArchSpec::eMIPSABI_O32: in GetTargetABI()
568 flag |= ArchSpec::eMIPSABI_O32; in SetFlags()
679 if (m_flags & (eMIPSABI_N32 | eMIPSABI_O32)) in GetAddressByteSize()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp1205 case ArchSpec::eMIPSABI_O32: in GetClangTargetABI()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1454 arch_flags |= lldb_private::ArchSpec::eMIPSABI_O32; in GetSectionHeaderInfo()