Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp219 case eEncodingIsPointerUID: in GetDescription()
280 case eEncodingIsPointerUID: in Dump()
370 case eEncodingIsPointerUID: in GetByteSize()
515 case eEncodingIsPointerUID: in ResolveCompilerType()
572 case eEncodingIsPointerUID: in ResolveCompilerType()
623 case eEncodingIsPointerUID: in ResolveCompilerType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h79 eEncodingIsPointerUID, ///< This type is pointer to a type whose UID is enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp635 encoding_data_type = Type::eEncodingIsPointerUID; in ParseTypeModifier()
660 if (!clang_type && (encoding_data_type == Type::eEncodingIsPointerUID || in ParseTypeModifier()
735 } else if (encoding_data_type == Type::eEncodingIsPointerUID && in ParseTypeModifier()
2953 if (encoding_mask & Type::eEncodingIsPointerUID) { in ParseChildParameters()