Home
last modified time | relevance | path

Searched refs:Slide (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp345 bool Section::Slide(addr_t slide_amount, bool slide_children) { in Slide() function in Section
353 m_children.Slide(slide_amount, slide_children); in Slide()
661 size_t SectionList::Slide(addr_t slide_amount, bool slide_children) { in Slide() function in SectionList
665 if ((*pos)->Slide(slide_amount, slide_children)) in Slide()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h89 size_t Slide(lldb::addr_t slide_amount, bool slide_children);
202 bool Slide(lldb::addr_t slide_amount, bool slide_children);
H A DAddress.h452 bool Slide(int64_t offset) { in Slide() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp331 prologue_addr.Slide(prologue_byte_size); in AddLocation()
367 loc_addr.Slide(m_offset); in AddLocation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp248 section_sp->Slide(slide_amount, false); in updateSectionLoadAddress()
249 section_sp->GetChildren().Slide(-slide_amount, false); in updateSectionLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp162 addr.Slide(-2); in GetInstructionAtAddress()
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap4-droid4-xt894.dts36 label = "Keypad Slide";
H A Domap3-n950.dts21 label = "Keypad Slide";
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp160 addr->Slide(m_opaque_ptr->GetByteSize()); in GetEndAddress()
H A DSBInstructionList.cpp189 next_addr->Slide(inst->GetOpcode().GetByteSize()); in GetDescription()
H A DSBFunction.cpp160 addr->Slide(ranges.front().GetByteSize()); in GetEndAddress()
H A DSBBlock.cpp216 sb_addr.ref().Slide(range.GetByteSize()); in GetRangeEndAddress()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp157 symbol_end.Slide(sc.symbol->GetByteSize() - 1); in DefaultStepFromHereCallback()
H A DThreadPlanStepInRange.cpp273 func_start_address.Slide(bytes_to_skip); in ShouldStop()
H A DThreadPlanStepOut.cpp146 return_address_decr_pc.Slide(-1); in SetupReturnAddress()
H A DThreadPlanStepRange.cpp367 run_to_address.Slide(last_inst_size); in SetNextBranchBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp195 range_end.Slide(complete_line_range.GetByteSize()); in GetSameLineContiguousAddressRange()
H A DSymbol.cpp337 addr.Slide(m_type_data); in GetPrologueByteSize()
359 addr.Slide(sc_temp.line_entry.range.GetByteSize()); in GetPrologueByteSize()
H A DCompactUnwindInfo.cpp819 subl_payload_addr.Slide(offset_to_subl_insn); in CreateUnwindPlan_x86_64()
1079 subl_payload_addr.Slide(offset_to_subl_insn); in CreateUnwindPlan_i386()
H A DLineTable.cpp253 line_entry.range.GetBaseAddress().Slide(1); in ConvertEntryAtIndexToLineEntry()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp230 first_non_prologue_insn.Slide(offset); in FirstNonPrologueInsn()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h50 void Slide(BaseType slide) { base += slide; } in Slide() function
283 void Slide(BaseType slide) { in Slide() function
286 pos->Slide(slide); in Slide()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc670 intptr_t Slide = _dyld_get_image_vmaddr_slide(ImageIndex);
684 if ((intptr_t)CmdSeg64->vmaddr + Slide <= Addr &&
685 Addr < intptr_t(CmdSeg64->vmaddr + CmdSeg64->vmsize + Slide)) {
687 Offsets[j] = Addr - Slide;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSchedSiFiveP800.td105 // VEXQ0 handle Mask, Simple Slide instructions,
106 // VEXQ1 handle Complex Slide, Permutation, Reductions, Divide instructions.
696 // Simple Slide
716 // Complex Slide
H A DRISCVSchedSiFiveP600.td340 // VEXQ0 handle Mask, Simple Slide instructions,
341 // VEXQ1 handle Complex Slide, Permutation, Reductions, Divide instructions.
979 // Simple Slide
1001 // Complex Slide

12