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

Unified Diff: lib/ExecutionEngine/JIT/JIT.h

Issue 91042: Implement LLVM JIT side of GDB JIT debugging interface (Closed) Base URL: http://llvm.org/svn/llvm-project/llvm/trunk/
Patch Set: Synced with TOT. Created 14 years, 6 months 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/CodeGen/ELFWriter.h ('k') | lib/ExecutionEngine/JIT/JIT.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/ExecutionEngine/JIT/JIT.h
===================================================================
--- lib/ExecutionEngine/JIT/JIT.h (revision 82403)
+++ lib/ExecutionEngine/JIT/JIT.h (working copy)
@@ -185,7 +185,8 @@
void NotifyFreeingMachineCode(const Function &F, void *OldPtr);
private:
- static JITCodeEmitter *createEmitter(JIT &J, JITMemoryManager *JMM);
+ static JITCodeEmitter *createEmitter(JIT &J, JITMemoryManager *JMM,
+ TargetMachine &tm);
void runJITOnFunctionUnlocked(Function *F, const MutexGuard &locked);
void updateFunctionStub(Function *F);
void updateDlsymStubTable();
« no previous file with comments | « lib/CodeGen/ELFWriter.h ('k') | lib/ExecutionEngine/JIT/JIT.cpp » ('j') | no next file with comments »

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