| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Section.cpp | 338 bool Section::Slide(addr_t slide_amount, bool slide_children) { in Slide() function in Section 346 m_children.Slide(slide_amount, slide_children); in Slide() 655 size_t SectionList::Slide(addr_t slide_amount, bool slide_children) { in Slide() function in SectionList 659 if ((*pos)->Slide(slide_amount, slide_children)) in Slide()
|
| H A D | Module.cpp | 547 previous_addr.Slide(-1); in ResolveSymbolContextForAddress()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Section.h | 88 size_t Slide(lldb::addr_t slide_amount, bool slide_children); 178 bool Slide(lldb::addr_t slide_amount, bool slide_children);
|
| H A D | Address.h | 449 bool Slide(int64_t offset) { in Slide() function
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointResolver.cpp | 319 prologue_addr.Slide(prologue_byte_size); in AddLocation() 340 loc_addr.Slide(m_offset); in AddLocation()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugRanges.cpp | 122 range_list.Slide(cu->GetBaseAddress()); in FindRanges()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 246 section_sp->Slide(slide_amount, false); in updateSectionLoadAddress() 247 section_sp->GetChildren().Slide(-slide_amount, false); in updateSectionLoadAddress()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | ThreadPlanShouldStopHere.cpp | 118 symbol_end.Slide(sc.symbol->GetByteSize() - 1); in DefaultStepFromHereCallback()
|
| H A D | ThreadPlanStepInRange.cpp | 272 func_start_address.Slide(bytes_to_skip); in ShouldStop()
|
| H A D | ThreadPlanStepRange.cpp | 343 run_to_address.Slide(last_inst_size); in SetNextBranchBreakpoint()
|
| H A D | ThreadPlanStepOut.cpp | 107 return_address_decr_pc.Slide(-1); in ThreadPlanStepOut()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Architecture/Mips/ |
| H A D | ArchitectureMips.cpp | 163 addr.Slide(-2); in GetInstructionAtAddress()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBSymbol.cpp | 159 addr->Slide(m_opaque_ptr->GetByteSize()); in GetEndAddress()
|
| H A D | SBFunction.cpp | 160 addr->Slide(byte_size); in GetEndAddress()
|
| H A D | SBBlock.cpp | 216 sb_addr.ref().Slide(range.GetByteSize()); in GetRangeEndAddress()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | RangeMap.h | 50 void Slide(BaseType slide) { base += slide; } in Slide() function 283 void Slide(BaseType slide) { in Slide() function 286 pos->Slide(slide); in Slide()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | Block.cpp | 309 range.GetBaseAddress().Slide(vm_range.GetRangeBase()); in GetRangeAtIndex() 324 addr.Slide(m_ranges.GetEntryRef(0).GetRangeBase()); in GetStartAddress()
|
| H A D | LineEntry.cpp | 205 range_end.Slide(complete_line_range.GetByteSize()); in GetSameLineContiguousAddressRange()
|
| H A D | Symbol.cpp | 283 addr.Slide(m_type_data); in GetPrologueByteSize() 305 addr.Slide(sc_temp.line_entry.range.GetByteSize()); in GetPrologueByteSize()
|
| H A D | CompactUnwindInfo.cpp | 823 subl_payload_addr.Slide(offset_to_subl_insn); in CreateUnwindPlan_x86_64() 1088 subl_payload_addr.Slide(offset_to_subl_insn); in CreateUnwindPlan_i386()
|
| H A D | LineTable.cpp | 283 line_entry.range.GetBaseAddress().Slide(1); in ConvertEntryAtIndexToLineEntry()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | UnwindAssembly-x86.cpp | 228 first_non_prologue_insn.Slide(offset); in FirstNonPrologueInsn()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVScheduleV.td | 334 // 16.3. Vector Slide Instructions 556 // 16.3. Vector Slide Instructions
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
| H A D | DynamicLoaderDarwinKernel.cpp | 1386 summary_addr.Slide(m_kext_summary_header.GetSize()); in ReadAllKextSummaries()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1808 Range.Slide(-Segment->GetFileAddress()); in GetAddressInfo() 1821 Info.Range.Slide(Info.Segment->GetFileAddress()); in AddSection()
|