Home
last modified time | relevance | path

Searched refs:GetFileAddress (Results 1 – 25 of 64) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDAddressRange.cpp65 addr_t file_base_addr = GetBaseAddress().GetFileAddress(); in ContainsFileAddress()
69 addr_t file_addr = addr.GetFileAddress(); in ContainsFileAddress()
83 addr_t file_base_addr = GetBaseAddress().GetFileAddress(); in ContainsFileAddress()
126 addr_t lhs_end_addr = GetBaseAddress().GetFileAddress() + GetByteSize(); in Extend()
127 addr_t rhs_base_addr = rhs_range.GetBaseAddress().GetFileAddress(); in Extend()
174 vmaddr = m_base_addr.GetFileAddress(); in Dump()
HDAddress.cpp255 m_offset = file_addr - section_sp->GetFileAddress(); in ResolveAddressUsingFileSections()
290 addr_t Address::GetFileAddress() const { in GetFileAddress() function in Address
293 addr_t sect_file_addr = section_sp->GetFileAddress(); in GetFileAddress()
441 addr_t file_addr = GetFileAddress(); in Dump()
497 const addr_t file_Addr = GetFileAddress(); in Dump()
505 file_Addr - symbol->GetAddressRef().GetFileAddress(); in Dump()
896 addr_t a_file_addr = a.GetFileAddress(); in CompareFileAddress()
897 addr_t b_file_addr = b.GetFileAddress(); in CompareFileAddress()
928 addr_t a_file_addr = a.GetFileAddress(); in CompareModulePointerAndOffset()
929 addr_t b_file_addr = b.GetFileAddress(); in CompareModulePointerAndOffset()
[all …]
HDSection.cpp202 addr_t Section::GetFileAddress() const { in GetFileAddress() function in Section
208 return parent_sp->GetFileAddress() + m_file_addr; in GetFileAddress()
277 const addr_t file_addr = GetFileAddress(); in ContainsFileAddress()
303 addr = GetFileAddress(); in Dump()
HDValueObjectMemory.cpp61 lldb::addr_t file_address = m_address.GetFileAddress(); in ValueObjectMemory()
93 lldb::addr_t file_address = m_address.GetFileAddress(); in ValueObjectMemory()
HDAddressResolverFileLine.cpp67 line_start.GetFileAddress(), in SearchCallback()
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBAddress.i81 GetFileAddress () const;
160 return self.GetFileAddress ()
178 …file_addr = property(GetFileAddress, None, doc='''A read only property that returns file address f…
HDSBSection.i70 GetFileAddress ();
134 …file_addr = property(GetFileAddress, None, doc='''A read only property that returns an integer tha…
HDSBModule.i18 symSA = symbol.GetStartAddress().GetFileAddress()
19 symEA = symbol.GetEndAddress().GetFileAddress()
20 secSA = section.GetFileAddress()
HDSBInstruction.i88 return self.GetAddress ().GetFileAddress()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDFunction.cpp380 m_block.Dump(s, m_range.GetBaseAddress().GetFileAddress(), INT_MAX, in Dump()
528 first_line_entry.range.GetBaseAddress().GetFileAddress(); in GetPrologueByteSize()
540 line_entry.range.GetBaseAddress().GetFileAddress(); in GetPrologueByteSize()
560 line_entry.range.GetBaseAddress().GetFileAddress(); in GetPrologueByteSize()
569 first_line_entry.range.GetBaseAddress().GetFileAddress() + in GetPrologueByteSize()
576 m_range.GetBaseAddress().GetFileAddress(); in GetPrologueByteSize()
589 if (line_entry.range.GetBaseAddress().GetFileAddress() >= in GetPrologueByteSize()
601 first_non_zero_entry.range.GetBaseAddress().GetFileAddress(); in GetPrologueByteSize()
HDVariable.cpp159 .GetFileAddress(); in Dump()
269 sc.function->GetAddressRange().GetBaseAddress().GetFileAddress(); in LocationIsValidForAddress()
275 address.GetFileAddress()); in LocationIsValidForAddress()
320 addr_t file_address = frame->GetFrameCodeAddress().GetFileAddress(); in IsInScope()
464 const addr_t file_addr = address.GetFileAddress(); in DumpLocationForAddress()
468 sc.function->GetAddressRange().GetBaseAddress().GetFileAddress(); in DumpLocationForAddress()
HDDWARFCallFrameInfo.cpp185 m_fde_index.FindEntryThatContains(addr.GetFileAddress()); in GetAddressRange()
201 addr_t start_file_addr = range.GetBaseAddress().GetFileAddress(); in GetFirstFDEEntryInRange()
351 const lldb::addr_t pc_rel_addr = m_section_sp->GetFileAddress(); in ParseCIE()
499 const lldb::addr_t pc_rel_addr = m_section_sp->GetFileAddress(); in GetFDEIndex()
574 const lldb::addr_t pc_rel_addr = m_section_sp->GetFileAddress(); in FDEToUnwindPlan()
694 startaddr.GetFileAddress()); in FDEToUnwindPlan()
781 __FUNCTION__, dwarf_offset, startaddr.GetFileAddress()); in FDEToUnwindPlan()
HDArmUnwindInfo.cpp55 addr_t exidx_base_addr = m_arm_exidx_sp->GetFileAddress(); in ArmUnwindInfo()
356 ArmExidxEntry{0, addr.GetFileAddress(), 0}); in GetExceptionHandlingTableEntry()
369 (data_file_addr - m_arm_extab_sp->GetFileAddress()); in GetExceptionHandlingTableEntry()
HDCompactUnwindInfo.cpp203 m_objfile.GetBaseAddress().GetFileAddress(); in GetUnwindPlan()
505 text_section_file_address = text_sect->GetFileAddress(); in GetCompactUnwindInfoForFunction()
512 address.GetFileAddress() - m_objfile.GetBaseAddress().GetFileAddress(); in GetCompactUnwindInfoForFunction()
578 m_objfile.GetBaseAddress().GetFileAddress(); in GetCompactUnwindInfoForFunction()
596 m_objfile.GetBaseAddress().GetFileAddress(); in GetCompactUnwindInfoForFunction()
662 m_objfile.GetBaseAddress().GetFileAddress(); in GetCompactUnwindInfoForFunction()
680 m_objfile.GetBaseAddress().GetFileAddress(); in GetCompactUnwindInfoForFunction()
HDUnwindTable.cpp120 addr_t file_addr = addr.GetFileAddress(); in GetFuncUnwindersContainingAddress()
141 std::make_pair(range_or->GetBaseAddress().GetFileAddress(), in GetFuncUnwindersContainingAddress()
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBSection.cpp124 lldb::addr_t SBSection::GetFileAddress() { in GetFileAddress() function in SBSection
125 LLDB_RECORD_METHOD_NO_ARGS(lldb::addr_t, SBSection, GetFileAddress); in GetFileAddress()
130 return section_sp->GetFileAddress(); in GetFileAddress()
281 const addr_t file_addr = section_sp->GetFileAddress(); in GetDescription()
310 LLDB_REGISTER_METHOD(lldb::addr_t, SBSection, GetFileAddress, ()); in RegisterMethods()
HDSBAddress.cpp111 lldb::addr_t SBAddress::GetFileAddress() const { in GetFileAddress() function in SBAddress
112 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::addr_t, SBAddress, GetFileAddress); in GetFileAddress()
115 return m_opaque_up->GetFileAddress(); in GetFileAddress()
305 LLDB_REGISTER_METHOD_CONST(lldb::addr_t, SBAddress, GetFileAddress, ()); in RegisterMethods()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
HDArchitecturePPC64.cpp54 if (curr_addr.GetFileAddress() == in GetBytesToSkip()
55 func.GetFileAddress() + GetLocalEntryOffset(func)) in GetBytesToSkip()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointResolver.cpp264 return a.line_entry.range.GetBaseAddress().GetFileAddress() < in SetSCMatchesByLine()
265 b.line_entry.range.GetBaseAddress().GetFileAddress(); in SetSCMatchesByLine()
301 log_ident.str().c_str(), line_start.GetFileAddress()); in AddLocation()
309 log_ident.str().c_str(), line_start.GetFileAddress()); in AddLocation()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
HDSymbolFileBreakpad.cpp262 m_cu_data->FindEntryIndexThatContains(so_addr.GetFileAddress()); in ResolveSymbolContext()
343 AddressRange(section_sp, address - section_sp->GetFileAddress(), in AddSymbols()
369 symbol.GetAddress().GetFileAddress())) { in GetParameterStackSize()
490 m_unwind_data->cfi.FindEntryThatContains(address.GetFileAddress())) in GetUnwindPlan()
493 m_unwind_data->win.FindEntryThatContains(address.GetFileAddress())) in GetUnwindPlan()
637 .GetFileAddress(); in GetBaseFileAddress()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.cpp117 this, exe_symbol->GetAddressRef().GetFileAddress(), in GetFileRangeMap()
119 oso_fun_symbol->GetAddressRef().GetFileAddress(), in GetFileRangeMap()
149 this, exe_symbol->GetAddressRef().GetFileAddress(), in GetFileRangeMap()
151 oso_gsym_symbol->GetAddressRef().GetFileAddress(), in GetFileRangeMap()
320 lldb::addr_t file_addr = symbol->GetAddressRef().GetFileAddress(); in InitOSO()
328 lldb::addr_t file_addr = symbol->GetAddressRef().GetFileAddress(); in InitOSO()
765 const addr_t exe_file_addr = exe_so_addr.GetFileAddress(); in ResolveSymbolContext()
1392 const lldb::addr_t oso_file_addr = addr.GetFileAddress(); in LinkOSOAddress()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
HDUnwindAssemblyInstEmulation.cpp104 const lldb::addr_t base_addr = inst->GetAddress().GetFileAddress(); in GetNonCallSiteUnwindPlanFromAssembly()
152 inst->GetAddress().GetFileAddress() - base_addr; in GetNonCallSiteUnwindPlanFromAssembly()
228 range.ContainsFileAddress(inst->GetAddress().GetFileAddress() + in GetNonCallSiteUnwindPlanFromAssembly()
267 lldb::addr_t base_addr = range.GetBaseAddress().GetFileAddress(); in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
HDJITLoaderGDB.cpp248 const lldb::addr_t slide_amount = lower - section_sp->GetFileAddress(); in updateSectionLoadAddress()
255 if (section_sp->GetFileAddress() > vmaddrheuristic) in updateSectionLoadAddress()
256 lower = section_sp->GetFileAddress(); in updateSectionLoadAddress()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBSection.h41 lldb::addr_t GetFileAddress();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
HDDynamicLoaderStatic.cpp103 section_sp, section_sp->GetFileAddress())) in LoadAllImagesAtFileAddresses()

123