Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DType.cpp192 case eEncodingIsPointerUID: s->PutCString(" (unresolved pointer)"); break; in GetDescription()
239 case eEncodingIsPointerUID: s->PutCString(" (unresolved pointer)"); break; in Dump()
341 case eEncodingIsPointerUID: in GetByteSize()
528 case eEncodingIsPointerUID: in ResolveClangType()
572 case eEncodingIsPointerUID: in ResolveClangType()
616 case eEncodingIsPointerUID: in ResolveClangType()
/external/lldb/include/lldb/Symbol/
DType.h66eEncodingIsPointerUID, ///< This type is pointer to a type whose UID is m_encoding_uid enumerator
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp4238 if (encoding_mask & Type::eEncodingIsPointerUID) in ParseChildParameters()
5759 …case DW_TAG_pointer_type: encoding_data_type = Type::eEncodingIsPointerUID; br… in ParseType()
5768 …if (!clang_type && (encoding_data_type == Type::eEncodingIsPointerUID || encoding_data_type == Typ… in ParseType()
5818 … else if (encoding_data_type == Type::eEncodingIsPointerUID && encoding_uid != LLDB_INVALID_UID) in ParseType()