Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DArchSpec.h69 eMIPSABI_N64 = 0x00008000, enumerator
/external/llvm-project/lldb/source/Utility/
DArchSpec.cpp543 case ArchSpec::eMIPSABI_N64: in GetTargetABI()
564 flag |= ArchSpec::eMIPSABI_N64; in SetFlags()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp1199 case ArchSpec::eMIPSABI_N64: in GetClangTargetABI()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1468 arch_flags |= lldb_private::ArchSpec::eMIPSABI_N64; in GetSectionHeaderInfo()