Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h79 eMIPS_ABI_FP_SOFT = 0x00300000, // soft float enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp1007 return (fp_flags == lldb_private::ArchSpec::eMIPS_ABI_FP_SOFT); in IsSoftFloat()
H A DABISysV_mips64.cpp1179 return (fp_flag == lldb_private::ArchSpec::eMIPS_ABI_FP_SOFT); in IsSoftFloat()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1530 arch_flags |= lldb_private::ArchSpec::eMIPS_ABI_FP_SOFT; in GetSectionHeaderInfo()