diff options
author | Julian Büning <julian.buening@rwth-aachen.de> | 2020-02-09 15:21:11 +0100 |
---|---|---|
committer | MartinNowack <2443641+MartinNowack@users.noreply.github.com> | 2020-06-25 16:30:10 +0100 |
commit | 316886f1379290346c7e9734e1b3e1e299ea1391 (patch) | |
tree | fee27742c42c1b56d1c4d69e5958fb5652323872 /lib/Core/Executor.h | |
parent | c0fba136e40cd632adc863451189f0c77afc917b (diff) | |
download | klee-316886f1379290346c7e9734e1b3e1e299ea1391.tar.gz |
Executor: split initializeGlobals
Diffstat (limited to 'lib/Core/Executor.h')
-rw-r--r-- | lib/Core/Executor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Core/Executor.h b/lib/Core/Executor.h index 4ddbc98e..61664193 100644 --- a/lib/Core/Executor.h +++ b/lib/Core/Executor.h @@ -230,6 +230,9 @@ private: const llvm::Constant *c, unsigned offset); void initializeGlobals(ExecutionState &state); + void allocateGlobalObjects(ExecutionState &state); + void initializeGlobalAliases(); + void initializeGlobalObjects(ExecutionState &state); void stepInstruction(ExecutionState &state); void updateStates(ExecutionState *current); |