Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDType.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()
/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDType.h63eEncodingIsRestrictUID, ///< This type is the type whose UID is m_encoding_uid with the re… enumerator
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp5825 …case DW_TAG_restrict_type: encoding_data_type = Type::eEncodingIsRestrictUID; br… in ParseType()