Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp345 case eEncodingIsPointerUID: in GetDescription()
409 case eEncodingIsPointerUID: in Dump()
482 case eEncodingIsPointerUID: in GetByteSize()
614 case eEncodingIsPointerUID: in ResolveCompilerType()
678 case eEncodingIsPointerUID: in ResolveCompilerType()
733 case eEncodingIsPointerUID: in ResolveCompilerType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h400 eEncodingIsPointerUID, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp682 encoding_data_type = Type::eEncodingIsPointerUID; in ParseTypeModifier()
711 if (!clang_type && (encoding_data_type == Type::eEncodingIsPointerUID || in ParseTypeModifier()
789 } else if (encoding_data_type == Type::eEncodingIsPointerUID && in ParseTypeModifier()
3192 if (encoding_mask & Type::eEncodingIsPointerUID) { in ParseChildParameters()