Home
last modified time | relevance | path

Searched refs:eEncodingIsUID (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp443 LLDB_INVALID_UID, Type::eEncodingIsUID, decl, in CreateModifierType()
463 Type::eEncodingIsUID, decl, ct, in CreatePointerType()
474 Type::eEncodingIsUID, decl, ct, Type::ResolveState::Full); in CreateSimpleType()
495 Type::eEncodingIsUID, decl, ct, Type::ResolveState::Full); in CreateSimpleType()
506 nullptr, LLDB_INVALID_UID, Type::eEncodingIsUID, in CreateSimpleType()
540 Type::eEncodingIsUID, decl, ct, in CreateClassStructUnion()
567 lldb_private::Type::eEncodingIsUID, decl, ct, in CreateTagType()
579 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, ct, in CreateArrayType()
592 lldb_private::Type::eEncodingIsUID, decl, ct, in CreateFunctionType()
602 lldb_private::Type::eEncodingIsUID, decl, ct, in CreateProcedureType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp201 case eEncodingIsUID: in GetDescription()
262 case eEncodingIsUID: in Dump()
347 case eEncodingIsUID: in GetByteSize()
478 case eEncodingIsUID: { in ResolveCompilerType()
546 case eEncodingIsUID: in ResolveCompilerType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp461 lldb_private::Type::eEncodingIsUID, decl, clang_type, in CreateLLDBTypeFromPDBType()
530 nullptr, LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateLLDBTypeFromPDBType()
658 lldb_private::Type::eEncodingIsUID, decl, func_sig_ast_type, in CreateLLDBTypeFromPDBType()
695 bytes, nullptr, LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, in CreateLLDBTypeFromPDBType()
724 nullptr, LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, in CreateLLDBTypeFromPDBType()
755 lldb_private::Type::eEncodingIsUID, decl, pointer_ast_type, in CreateLLDBTypeFromPDBType()
780 lldb_private::Type::eEncodingIsUID, decl, pointer_ast_type, in CreateLLDBTypeFromPDBType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp557 Type::EncodingDataType encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
686 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
709 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
720 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
731 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
753 encoding_data_type = Type::eEncodingIsUID; in ParseTypeModifier()
857 dwarf->GetUID(attrs.type.Reference()), Type::eEncodingIsUID, &attrs.decl, in ParseEnum()
1296 Type::eEncodingIsUID, &attrs.decl, clang_type, Type::ResolveState::Full); in ParseSubroutine()
1344 dwarf->GetUID(type_die), Type::eEncodingIsUID, &attrs.decl, clang_type, in ParseArrayType()
1369 Type::eEncodingIsUID, nullptr, clang_type, in ParsePointerToMemberType()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h70 eEncodingIsUID, ///< This type is the type whose UID is m_encoding_uid enumerator