Home
last modified time | relevance | path

Searched refs:eEncodingIsRestrictUID (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Symbol/
DType.cpp189 case eEncodingIsRestrictUID: s->PutCString(" (unresolved restrict type)"); break; in GetDescription()
236 case eEncodingIsRestrictUID: s->PutCString(" (unresolved restrict type)"); break; in Dump()
328 case eEncodingIsRestrictUID: in GetByteSize()
514 case eEncodingIsRestrictUID: in ResolveClangType()
559 case eEncodingIsRestrictUID: in ResolveClangType()
/external/lldb/include/lldb/Symbol/
DType.h63eEncodingIsRestrictUID, ///< This type is the type whose UID is m_encoding_uid with the re… enumerator
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp5764 …case DW_TAG_restrict_type: encoding_data_type = Type::eEncodingIsRestrictUID; br… in ParseType()