Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(72)

Delta Between Two Patch Sets: lib/ExecutionEngine/JIT/JIT.h

Issue 91042: Implement LLVM JIT side of GDB JIT debugging interface (Closed) SVN Base: http://llvm.org/svn/llvm-project/llvm/trunk/
Left Patch Set: Move the object files off disk and into memory. Created 3 months, 2 weeks ago
Right Patch Set: Synced with TOT. Created 2 months, 2 weeks ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 //===-- JIT.h - Class definition for the JIT --------------------*- C++ -*-===// 1 //===-- JIT.h - Class definition for the JIT --------------------*- C++ -*-===//
2 // 2 //
3 // The LLVM Compiler Infrastructure 3 // The LLVM Compiler Infrastructure
4 // 4 //
5 // This file is distributed under the University of Illinois Open Source 5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details. 6 // License. See LICENSE.TXT for details.
7 // 7 //
8 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===//
9 // 9 //
10 // This file defines the top-level JIT data structure. 10 // This file defines the top-level JIT data structure.
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 protected: 194 protected:
195 195
196 /// getMemoryforGV - Allocate memory for a global variable. 196 /// getMemoryforGV - Allocate memory for a global variable.
197 virtual char* getMemoryForGV(const GlobalVariable* GV); 197 virtual char* getMemoryForGV(const GlobalVariable* GV);
198 198
199 }; 199 };
200 200
201 } // End llvm namespace 201 } // End llvm namespace
202 202
203 #endif 203 #endif
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r497