Output exported numeric constants to sym file (#1439)

This commit is contained in:
Sylvie
2024-08-06 10:58:35 -04:00
committed by GitHub
parent bb480b761c
commit fc8707886c
5 changed files with 30 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ struct Symbol {
uint32_t getConstantValue() const;
};
void sym_ForEach(void (*func)(Symbol &));
void sym_ForEach(void (*callback)(Symbol &));
void sym_SetExportAll(bool set);
Symbol *sym_AddLocalLabel(std::string const &symName);