Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp182 case eEncodingIsConstUID: in GetDescription()
240 case eEncodingIsConstUID: in Dump()
316 case eEncodingIsConstUID: in GetByteSize()
446 case eEncodingIsConstUID: in ResolveClangType()
497 case eEncodingIsConstUID: in ResolveClangType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h68 eEncodingIsConstUID, ///< This type is the type whose UID is m_encoding_uid enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp406 encoding_data_type = Type::eEncodingIsConstUID; in ParseTypeFromDWARF()
3398 if (encoding_mask & (1u << Type::eEncodingIsConstUID)) in ParseChildParameters()