CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
remove_internal_symbols.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Remove symbols that are internal only
4
5Author: Daniel Kroening
6
7\*******************************************************************/
8
11
12#ifndef CPROVER_LINKING_REMOVE_INTERNAL_SYMBOLS_H
13#define CPROVER_LINKING_REMOVE_INTERNAL_SYMBOLS_H
14
15#include <util/irep.h>
16
17#include <set>
18
20
22 class symbol_table_baset &symbol_table,
24 const bool);
25
27 class symbol_table_baset &symbol_table,
29 const bool keep_file_local,
30 const std::set<irep_idt> &keep);
31
32#endif // CPROVER_LINKING_REMOVE_INTERNAL_SYMBOLS_H
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition ai.h:562
The symbol table base class interface.
void remove_internal_symbols(class symbol_table_baset &symbol_table, message_handlert &, const bool)
Removes internal symbols from a symbol table A symbol is EXPORTED if it is a.