cprover
|
Remove symbols that are internal only. More...
Go to the source code of this file.
Functions | |
void | remove_internal_symbols (class symbol_tablet &symbol_table) |
Removes internal symbols from a symbol table A symbol is EXPORTED if it is a. More... | |
Remove symbols that are internal only.
Definition in file remove_internal_symbols.h.
void remove_internal_symbols | ( | symbol_tablet & | symbol_table | ) |
Removes internal symbols from a symbol table A symbol is EXPORTED if it is a.
Read http://gcc.gnu.org/ml/gcc/2006-11/msg00006.html on "extern inline"
symbol_table | symbol table to clean up |
Definition at line 74 of file remove_internal_symbols.cpp.