Link Goto Programs. More...
#include "link_goto_model.h"#include <linking/linking_class.h>#include <util/message.h>#include <util/rename_symbol.h>#include <util/symbol.h>#include "goto_model.h"#include <unordered_set>Go to the source code of this file.
src into goto model dest, invalidating src in this process. type_updates to dest, where type_updates were constructed from one or more calls to link_goto_model. Link Goto Programs.
Definition in file link_goto_model.cpp.
Apply type_updates to dest, where type_updates were constructed from one or more calls to link_goto_model.
Definition at line 164 of file link_goto_model.cpp.
Link a set of goto functions, considering weak symbols and symbol renaming.
Definition at line 45 of file link_goto_model.cpp.
Link goto model src into goto model dest, invalidating src in this process.
Linking may require updates to object types contained in dest, which need to be applied using finalize_linking.
Definition at line 125 of file link_goto_model.cpp.
Definition at line 23 of file link_goto_model.cpp.