Home
last modified time | relevance | path

Searched defs:funcinfo (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Ddwarf2.c733 struct funcinfo struct
735 struct funcinfo *prev_func; /* Pointer to previous function in list of all functions */ argument
736 struct funcinfo *caller_func; /* Pointer to function one scope higher */ argument
737 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 …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h396 SDAGSwitchLowering(SelectionDAGBuilder *sdb, FunctionLoweringInfo &funcinfo) in SDAGSwitchLowering()
439 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, in SelectionDAGBuilder()
/freebsd-12-stable/usr.sbin/bhyve/
Dpci_emul.c74 struct funcinfo { struct
88 struct funcinfo si_funcs[MAXFUNCS]; argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DSwitchLoweringUtils.h251 SwitchLowering(FunctionLoweringInfo &funcinfo) : FuncInfo(funcinfo) {} in SwitchLowering()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
Dldebug.c190 static void funcinfo (lua_Debug *ar, Closure *cl) { in funcinfo() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DIRTranslator.h592 GISelSwitchLowering(IRTranslator *irt, FunctionLoweringInfo &funcinfo) in GISelSwitchLowering()
/freebsd-12-stable/contrib/lua/src/
Dldebug.c212 static void funcinfo (lua_Debug *ar, Closure *cl) { in funcinfo() function