Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugSessionInfoVarObj.cpp238 return eVarFormat_Invalid; in GetVarFormatForString()
262 return eVarFormat_Invalid; in GetVarFormatForChar()
316 if (ms_eDefaultFormat != eVarFormat_Invalid && in GetStringFormatted()
H A DMICmdCmdGdbSet.cpp373 CMICmnLLDBDebugSessionInfoVarObj::eVarFormat_Invalid; in OptionFnOutputRadix()
387 format = CMICmnLLDBDebugSessionInfoVarObj::eVarFormat_Invalid; in OptionFnOutputRadix()
391 if (format == CMICmnLLDBDebugSessionInfoVarObj::eVarFormat_Invalid) { in OptionFnOutputRadix()
H A DMICmnLLDBDebugSessionInfoVarObj.h33 eVarFormat_Invalid = 0, enumerator
H A DMICmdCmdData.cpp1078 if (eFormat == CMICmnLLDBDebugSessionInfoVarObj::eVarFormat_Invalid) { in Execute()