File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -19,25 +19,33 @@ class goto_modelt;
19
19
class message_handlert ;
20
20
class symbol_tablet ;
21
21
22
+ // Read given goto binary
23
+ // Does not update config
22
24
bool read_goto_binary (
23
25
const std::string &filename,
24
26
symbol_tablet &,
25
27
goto_functionst &,
26
28
message_handlert &);
27
29
30
+ // Read given goto binary
31
+ // Does not update config
28
32
bool read_goto_binary (
29
33
const std::string &filename,
30
34
goto_modelt &dest,
31
35
message_handlert &);
32
36
33
37
bool is_goto_binary (const std::string &filename);
34
38
39
+ // Read given goto binary and link to existing context
40
+ // Also updates config
35
41
bool read_object_and_link (
36
42
const std::string &file_name,
37
43
symbol_tablet &,
38
44
goto_functionst &,
39
45
message_handlert &);
40
46
47
+ // Read given goto binary and link to existing context
48
+ // Also updates config
41
49
bool read_object_and_link (
42
50
const std::string &file_name,
43
51
goto_modelt &,
You can’t perform that action at this time.
0 commit comments