Home
last modified time | relevance | path

Searched refs:function_info (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp178 FunctionInfo function_info; in GetUnwindPlan() local
181 if (function_info.encoding == 0) in GetUnwindPlan()
195 function_info.encoding, strm.GetData()); in GetUnwindPlan()
198 if (function_info.valid_range_offset_start != 0 && in GetUnwindPlan()
199 function_info.valid_range_offset_end != 0) { in GetUnwindPlan()
203 function_info.valid_range_offset_start + in GetUnwindPlan()
744 unwind_plan.SetLSDAAddress(function_info.lsda_address); in CreateUnwindPlan_x86_64()
809 function_info.valid_range_offset_start != 0) { in CreateUnwindPlan_x86_64()
1016 unwind_plan.SetLSDAAddress(function_info.lsda_address); in CreateUnwindPlan_i386()
1074 function_info.valid_range_offset_start != 0) { in CreateUnwindPlan_i386()
[all …]
H A DBlock.cpp230 const auto *function_info = inlined_block->GetInlinedFunctionInfo(); in GetContainingInlinedBlockWithCallSite() local
232 if (function_info && in GetContainingInlinedBlockWithCallSite()
233 function_info->GetCallSite().FileAndLineEqual(find_call_site)) in GetContainingInlinedBlockWithCallSite()
H A DDWARFCallFrameInfo.cpp216 FunctionAddressAndSizeVector &function_info) { in GetFunctionAddressAndSizeVector() argument
219 function_info.Clear(); in GetFunctionAddressAndSizeVector()
221 function_info.Reserve(count); in GetFunctionAddressAndSizeVector()
228 function_info.Append(function_offset_entry); in GetFunctionAddressAndSizeVector()
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h123 bool CreateUnwindPlan_x86_64(Target &target, FunctionInfo &function_info,
127 bool CreateUnwindPlan_i386(Target &target, FunctionInfo &function_info,
131 bool CreateUnwindPlan_arm64(Target &target, FunctionInfo &function_info,
135 bool CreateUnwindPlan_armv7(Target &target, FunctionInfo &function_info,
H A DDWARFCallFrameInfo.h74 GetFunctionAddressAndSizeVector(FunctionAddressAndSizeVector &function_info);
/openbsd/gnu/gcc/gcc/
H A Dgcov.c70 struct function_info;
168 typedef struct function_info struct
189 struct function_info *line_next; argument
192 struct function_info *next; argument
701 struct function_info *fn = NULL; in read_graph_file()
1013 struct function_info *fn_n = functions; in read_count_file()