Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp204 case eEncodingIsConstUID: in GetDescription()
265 case eEncodingIsConstUID: in Dump()
348 case eEncodingIsConstUID: in GetByteSize()
488 case eEncodingIsConstUID: in ResolveCompilerType()
550 case eEncodingIsConstUID: in ResolveCompilerType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h71 eEncodingIsConstUID, ///< This type is the type whose UID is m_encoding_uid enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp647 encoding_data_type = Type::eEncodingIsConstUID; in ParseTypeModifier()
2956 if (encoding_mask & (1u << Type::eEncodingIsConstUID)) in ParseChildParameters()