Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DType.cpp188 case eEncodingIsConstUID: s->PutCString(" (unresolved const type)"); break; in GetDescription()
235 case eEncodingIsConstUID: s->PutCString(" (unresolved const type)"); break; in Dump()
327 case eEncodingIsConstUID: in GetByteSize()
510 case eEncodingIsConstUID: in ResolveClangType()
555 case eEncodingIsConstUID: in ResolveClangType()
/external/lldb/include/lldb/Symbol/
DType.h62eEncodingIsConstUID, ///< This type is the type whose UID is m_encoding_uid with the co… enumerator
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp4242 … if (encoding_mask & (1u << Type::eEncodingIsConstUID)) in ParseChildParameters()
5763 …case DW_TAG_const_type: encoding_data_type = Type::eEncodingIsConstUID; br… in ParseType()