GP-1653 Allow PrototypeModel aliases

This commit is contained in:
caheckman 2022-01-21 12:42:49 -05:00
parent 22a5950d08
commit cb913e6a91
6 changed files with 234 additions and 45 deletions

View file

@ -258,6 +258,7 @@ protected:
void fillinReadOnlyFromLoader(void); ///< Load info about read-only sections
void initializeSegments(); ///< Set up segment resolvers
void cacheAddrSpaceProperties(void); ///< Calculate some frequently used space properties and cache them
void createModelAlias(const string &aliasName,const string &parentName); ///< Create name alias for a ProtoModel
void parseProcessorConfig(DocumentStorage &store); ///< Apply processor specific configuration
void parseCompilerConfig(DocumentStorage &store); ///< Apply compiler specific configuration