Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DArchSpec.h66 eMIPSABI_O32 = 0x00002000, enumerator
/openbsd/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp570 case ArchSpec::eMIPSABI_O32: in GetTargetABI()
589 flag |= ArchSpec::eMIPSABI_O32; in SetFlags()
702 if (m_flags & (eMIPSABI_N32 | eMIPSABI_O32)) in GetAddressByteSize()
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1207 case ArchSpec::eMIPSABI_O32: in GetClangTargetABI()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1514 arch_flags |= lldb_private::ArchSpec::eMIPSABI_O32; in GetSectionHeaderInfo()