Home
last modified time | relevance | path

Searched refs:eNotValid (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_x86.h58 eNotValid = 0, enumerator
H A DRegisterContextPOSIX_x86.cpp370 m_fpr_type = eNotValid; in RegisterContextPOSIX_x86()
376 if (m_fpr_type == eNotValid) { in GetFPRType()