Searched defs:funcinfo (Results 1 – 7 of 7) sorted by relevance
733 struct funcinfo struct735 struct funcinfo *prev_func; /* Pointer to previous function in list of all functions */ argument736 struct funcinfo *caller_func; /* Pointer to function one scope higher */ argument737 char *caller_file; /* Source location file name where caller_func inlines this func */738 int caller_line; /* Source location line number where caller_func inlines this func */739 char *file; /* Source location file name */740 int line; /* Source location line number */741 int tag;742 char *name;743 struct arange arange;[all …]
396 SDAGSwitchLowering(SelectionDAGBuilder *sdb, FunctionLoweringInfo &funcinfo) in SDAGSwitchLowering()439 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, in SelectionDAGBuilder()
74 struct funcinfo { struct88 struct funcinfo si_funcs[MAXFUNCS]; argument
251 SwitchLowering(FunctionLoweringInfo &funcinfo) : FuncInfo(funcinfo) {} in SwitchLowering()
190 static void funcinfo (lua_Debug *ar, Closure *cl) { in funcinfo() function
592 GISelSwitchLowering(IRTranslator *irt, FunctionLoweringInfo &funcinfo) in GISelSwitchLowering()
212 static void funcinfo (lua_Debug *ar, Closure *cl) { in funcinfo() function