Home
last modified time | relevance | path

Searched refs:fields_type (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp48 CompilerType fields_type = in GetRegisterType() local
52 if (!fields_type) { in GetRegisterType()
60 fields_type = type_system->CreateRecordType( in GetRegisterType()
64 type_system->StartTagDeclarationDefinition(fields_type); in GetRegisterType()
109 type_system->AddFieldToRecordType(fields_type, field.GetName(), in GetRegisterType()
114 type_system->CompleteTagDeclarationDefinition(fields_type); in GetRegisterType()
116 type_system->SetIsPacked(fields_type); in GetRegisterType()
119 assert(*fields_type.GetByteSize(nullptr) == flags.GetSize()); in GetRegisterType()
122 return fields_type; in GetRegisterType()
/src/contrib/llvm-project/lldb/source/Core/
H A DDumpRegisterValue.cpp25 static void dump_type_value(lldb_private::CompilerType &fields_type, T value, in dump_type_value() argument
48 exe_scope, fields_type, lldb_private::ConstString(), data_extractor); in dump_type_value()
128 CompilerType fields_type = target_sp->GetRegisterType( in DumpRegisterValue() local
135 dump_type_value(fields_type, reg_val.GetAsUInt32(), exe_scope, reg_info, in DumpRegisterValue()
138 dump_type_value(fields_type, reg_val.GetAsUInt64(), exe_scope, reg_info, in DumpRegisterValue()