Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDType.cpp193 case eEncodingIsLValueReferenceUID: s->PutCString(" (unresolved L value reference)"); break; in GetDescription()
240 case eEncodingIsLValueReferenceUID: s->PutCString(" (unresolved L value reference)"); break; in Dump()
342 case eEncodingIsLValueReferenceUID: in GetByteSize()
532 case eEncodingIsLValueReferenceUID: in ResolveClangType()
576 case eEncodingIsLValueReferenceUID: in ResolveClangType()
617 case eEncodingIsLValueReferenceUID: in ResolveClangType()
/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDType.h67eEncodingIsLValueReferenceUID, ///< This type is L value reference to a type whose UID is m_encod… enumerator
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp5821 …ase DW_TAG_reference_type: encoding_data_type = Type::eEncodingIsLValueReferenceUID; bre… in ParseType()