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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp222 case eEncodingIsPointerUID:
283 case eEncodingIsPointerUID:
371 case eEncodingIsPointerUID:
513 case eEncodingIsPointerUID:
570 case eEncodingIsPointerUID:
621 case eEncodingIsPointerUID:
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h78 eEncodingIsPointerUID, ///< This type is pointer to a type whose UID is enumerator in enum:lldb_private::Type::EncodingDataType
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp578 encoding_data_type = Type::eEncodingIsPointerUID;
603 if (!clang_type && (encoding_data_type == Type::eEncodingIsPointerUID ||
679 } else if (encoding_data_type == Type::eEncodingIsPointerUID &&
3049 if (encoding_mask & Type::eEncodingIsPointerUID) {

Completed in 134 milliseconds