about summary refs log tree commit diff homepage
path: root/lib/Core/Executor.h
diff options
context:
space:
mode:
authorJulian Büning <julian.buening@rwth-aachen.de>2020-02-09 15:21:11 +0100
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2020-06-25 16:30:10 +0100
commit316886f1379290346c7e9734e1b3e1e299ea1391 (patch)
treefee27742c42c1b56d1c4d69e5958fb5652323872 /lib/Core/Executor.h
parentc0fba136e40cd632adc863451189f0c77afc917b (diff)
downloadklee-316886f1379290346c7e9734e1b3e1e299ea1391.tar.gz
Executor: split initializeGlobals
Diffstat (limited to 'lib/Core/Executor.h')
-rw-r--r--lib/Core/Executor.h3
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);