Home
last modified time | relevance | path

Searched refs:eFormatEnum (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/DataFormatters/
HDTypeFormat.cpp210 lldb::eFormatEnum, in FormatObject()
HDFormatManager.cpp49 { eFormatEnum , 'E' , "enumeration" },
/trueos/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h103 eFormatEnum, enumerator
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMemory.cpp181 case eFormatEnum: in FinalizeSettings()
1498 case eFormatEnum: in DoExecute()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDDataExtractor.cpp1604 … case eFormatEnum: // Print enum value as a signed integer when we don't get the enum type in Dump()
HDValueObject.cpp1581 if (custom_format == eFormatEnum) in DumpPrintableRepresentation()
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp2024 case clang::Type::Enum: return lldb::eFormatEnum; in GetFormat()
5964 if ((format == eFormatEnum || format == eFormatDefault) && GetCompleteType ()) in DumpTypeValue()
6020 case eFormatEnum: in DumpTypeValue()