Searched refs:func_range (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | x86AssemblyInspectionEngine.h | 68 lldb_private::AddressRange &func_range, 85 lldb_private::AddressRange &func_range, 120 const lldb_private::AddressRange &func_range, 123 const lldb_private::AddressRange &func_range,
|
| H A D | x86AssemblyInspectionEngine.cpp | 802 const AddressRange &func_range, in local_branch_p() argument 812 if (offset + next_pc_value >= func_range.GetByteSize()) { in local_branch_p() 829 const AddressRange &func_range, in non_local_branch_p() argument 834 … return !local_branch_p(current_func_text_offset,func_range,instruction_length,target_insn_offset); in non_local_branch_p() 902 uint8_t *data, size_t size, AddressRange &func_range, in GetNonCallSiteUnwindPlanFromAssembly() argument 921 unwind_plan.SetPlanValidAddressRanges({func_range}); in GetNonCallSiteUnwindPlanFromAssembly() 1239 non_local_branch_p(current_func_text_offset, func_range, in GetNonCallSiteUnwindPlanFromAssembly() 1323 uint8_t *data, size_t size, AddressRange &func_range, in AugmentUnwindPlanFromCallSite() argument 1325 Address addr_start = func_range.GetBaseAddress(); in AugmentUnwindPlanFromCallSite() 1542 unwind_plan.SetPlanValidAddressRanges({func_range}); in AugmentUnwindPlanFromCallSite()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.cpp | 168 AddressRange func_range(curr_symbol->GetAddress(), 0); in ParseFunctions() local 169 if (func_range.GetBaseAddress().IsSectionOffset()) { in ParseFunctions() 172 func_range.SetByteSize(symbol_size); in ParseFunctions() 176 func_range.SetByteSize( in ParseFunctions() 189 curr_symbol->GetAddress(), AddressRanges{func_range})); in ParseFunctions()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 135 std::pair<lldb::addr_t, lldb::addr_t> func_range; in DisassembleFunction() local 137 func_range = GetRemoteRangeForLocal(func_local_addr); in DisassembleFunction() 139 if (func_range.first == 0 && func_range.second == 0) { in DisassembleFunction() 146 func_range.first, func_range.second); in DisassembleFunction() 155 new DataBufferHeap(func_range.second, 0)); in DisassembleFunction() 449 AddrRange func_range = in GetRunnableInfo() local 451 m_function_end_load_addr = func_range.first + func_range.second; in GetRunnableInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompactUnwindInfo.cpp | 205 AddressRange func_range(func_range_start_file_addr, in GetUnwindPlan() local 209 unwind_plan.SetPlanValidAddressRanges({func_range}); in GetUnwindPlan()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.cpp | 810 AddressRange func_range = in ParseFunctions() local 829 symbol->GetAddress(), AddressRanges{func_range}); in ParseFunctions()
|