Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDType.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()
/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDType.h62eEncodingIsConstUID, ///< This type is the type whose UID is m_encoding_uid with the co… enumerator
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp4300 … if (encoding_mask & (1u << Type::eEncodingIsConstUID)) in ParseChildParameters()
5824 …case DW_TAG_const_type: encoding_data_type = Type::eEncodingIsConstUID; br… in ParseType()