Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDType.cpp190 case eEncodingIsVolatileUID: s->PutCString(" (unresolved volatile type)"); break; in GetDescription()
237 case eEncodingIsVolatileUID: s->PutCString(" (unresolved volatile type)"); break; in Dump()
329 case eEncodingIsVolatileUID: in GetByteSize()
518 case eEncodingIsVolatileUID: in ResolveClangType()
563 case eEncodingIsVolatileUID: in ResolveClangType()
/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDType.h64eEncodingIsVolatileUID, ///< This type is the type whose UID is m_encoding_uid with the vo… enumerator
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp4302 … if (encoding_mask & (1u << Type::eEncodingIsVolatileUID)) in ParseChildParameters()
5826 …case DW_TAG_volatile_type: encoding_data_type = Type::eEncodingIsVolatileUID; br… in ParseType()