Home
last modified time | relevance | path

Searched refs:eValueTypeConstResult (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResult.cpp196 return eValueTypeConstResult; in GetValueType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h338 eValueTypeConstResult = 7, // constant result variables enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp287 case eValueTypeConstResult: in IsInScope()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFrame.cpp805 case eValueTypeConstResult: // constant result variables in FindValue()
H A DSBValue.cpp424 case eValueTypeConstResult: in GetValueType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp898 scope = eValueTypeConstResult; in ParseVariableForPDBData()