Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp346 case eEncodingIsPointerUID: in GetDescription()
407 case eEncodingIsPointerUID: in Dump()
478 case eEncodingIsPointerUID: in GetByteSize()
609 case eEncodingIsPointerUID: in ResolveCompilerType()
667 case eEncodingIsPointerUID: in ResolveCompilerType()
718 case eEncodingIsPointerUID: in ResolveCompilerType()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h396 eEncodingIsPointerUID, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp659 encoding_data_type = Type::eEncodingIsPointerUID; in ParseTypeModifier()
684 if (!clang_type && (encoding_data_type == Type::eEncodingIsPointerUID || in ParseTypeModifier()
759 } else if (encoding_data_type == Type::eEncodingIsPointerUID && in ParseTypeModifier()
3262 if (encoding_mask & Type::eEncodingIsPointerUID) { in ParseChildParameters()