mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-3873 Data-type alignment support in decompiler
This commit is contained in:
parent
6508088623
commit
64a58bdeab
29 changed files with 456 additions and 149 deletions
|
@ -285,11 +285,16 @@ protected:
|
|||
/// \brief Build the data-type factory/container
|
||||
///
|
||||
/// Build the TypeFactory object specific to \b this Architecture and
|
||||
/// prepopulate it with the \e core types. Core types may be pulled
|
||||
/// from the configuration information, or default core types are used.
|
||||
/// prepopulate it with the \e core types.
|
||||
/// \param store contains possible configuration information
|
||||
virtual void buildTypegrp(DocumentStorage &store)=0;
|
||||
|
||||
/// \brief Add core primitive data-types
|
||||
///
|
||||
/// Core types may be pulled from the configuration information, or default core types are used.
|
||||
/// \param store contains possible configuration information
|
||||
virtual void buildCoreTypes(DocumentStorage &store)=0;
|
||||
|
||||
/// \brief Build the comment database
|
||||
///
|
||||
/// Build the container that holds comments in \b this Architecture.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue