Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp194 case eEncodingIsPointerUID: in GetDescription()
252 case eEncodingIsPointerUID: in Dump()
330 case eEncodingIsPointerUID: in GetByteSize()
468 case eEncodingIsPointerUID: in ResolveClangType()
515 case eEncodingIsPointerUID: in ResolveClangType()
565 case eEncodingIsPointerUID: in ResolveClangType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h76 eEncodingIsPointerUID, ///< This type is pointer to a type whose UID is enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp394 encoding_data_type = Type::eEncodingIsPointerUID; in ParseTypeFromDWARF()
417 (encoding_data_type == Type::eEncodingIsPointerUID || in ParseTypeFromDWARF()
498 } else if (encoding_data_type == Type::eEncodingIsPointerUID && in ParseTypeFromDWARF()
3395 if (encoding_mask & Type::eEncodingIsPointerUID) { in ParseChildParameters()