Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DType.cpp221 case eEncodingIsPointerUID: in GetDescription()
282 case eEncodingIsPointerUID: in Dump()
372 case eEncodingIsPointerUID: in GetByteSize()
517 case eEncodingIsPointerUID: in ResolveCompilerType()
574 case eEncodingIsPointerUID: in ResolveCompilerType()
625 case eEncodingIsPointerUID: in ResolveCompilerType()
/external/llvm-project/lldb/include/lldb/Symbol/
DType.h79 eEncodingIsPointerUID, ///< This type is pointer to a type whose UID is enumerator
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp635 encoding_data_type = Type::eEncodingIsPointerUID; in ParseTypeModifier()
660 if (!clang_type && (encoding_data_type == Type::eEncodingIsPointerUID || in ParseTypeModifier()
736 } else if (encoding_data_type == Type::eEncodingIsPointerUID && in ParseTypeModifier()
2988 if (encoding_mask & Type::eEncodingIsPointerUID) { in ParseChildParameters()