Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_x86.h50 eNotValid = 0, enumerator
H A DRegisterContextPOSIX_x86.cpp448 m_fpr_type = eNotValid; in RegisterContextPOSIX_x86()
454 if (m_fpr_type == eNotValid) { in GetFPRType()