mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
[lldb][gardening] Remove full name of "DWARFDIE" type in GetTypeForDIE (#70062)
When moving the GetTypeForDIE function from DWARFASTParserClang to DWARFASTParser, I kept the signature as-is. To match the rest of the function signatures in DWARFASTParser, remove the full name (lldb_private::plugin::dwarf::DWARFDIE -> DWARFDIE) in the signature of DWARFASTParser::GetTypeForDIE.
This commit is contained in:
parent
d2ce3e9621
commit
e3476f68af
@ -64,8 +64,7 @@ public:
|
||||
ParseChildArrayInfo(const DWARFDIE &parent_die,
|
||||
const ExecutionContext *exe_ctx = nullptr);
|
||||
|
||||
lldb_private::Type *
|
||||
GetTypeForDIE(const lldb_private::plugin::dwarf::DWARFDIE &die);
|
||||
lldb_private::Type *GetTypeForDIE(const DWARFDIE &die);
|
||||
|
||||
static lldb::AccessType GetAccessTypeFromDWARF(uint32_t dwarf_accessibility);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user