Home | History | Annotate | Download | only in JIT

Lines Matching refs:Function

52 class Function;
67 typedef DenseMap< const Function*, std::pair<std::string, jit_code_entry*> >
73 /// whenever a function is JITed, create a DebugInfo struct and pass it to the
75 /// inform the debugger about the JITed function.
86 std::string MakeELF(const Function *F, DebugInfo &I);
95 /// RegisterFunction - Register debug info for the given function with an
99 void RegisterFunction(const Function *F, DebugInfo &I);
101 /// UnregisterFunction - Unregister the debug info for the given function
103 void UnregisterFunction(const Function *F);
107 /// function from the debugger and delete any temporary files. The private
108 /// version of this method does not remove the function from FnMap so that it