Searched refs:function_info (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h69 // @param[out] function_info
74 GetFunctionAddressAndSizeVector (FunctionAddressAndSizeVector &function_info);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp108 DWARFCallFrameInfo::GetFunctionAddressAndSizeVector (FunctionAddressAndSizeVector &function_info) argument
112 function_info.Clear();
114 function_info.Reserve(count);
121 function_info.Append (function_offset_entry);
/freebsd-10.1-release/contrib/binutils/bfd/
H A Delf32-spu.c1579 struct function_info *fun;
1584 struct function_info struct
1590 struct function_info *start;
1621 struct function_info fun[1];
1624 /* Allocate a struct spu_elf_stack_info with MAX_FUN struct function_info
1634 amt += (max_fun - 1) * sizeof (struct function_info);
1641 /* Add a new struct function_info describing a (part of a) function
1644 static struct function_info *
1708 old += (sinfo->max_fun - 1) * sizeof (struct function_info);
1710 amt += (sinfo->max_fun - 1) * sizeof (struct function_info);
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dgcov.c70 struct function_info;
168 typedef struct function_info struct
189 struct function_info *line_next;
192 struct function_info *next;
702 struct function_info *fn = NULL;
1014 struct function_info *fn_n = functions;

Completed in 230 milliseconds