/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 342 bool Section::Slide(addr_t slide_amount, bool slide_children) { in Slide() function in Section 350 m_children.Slide(slide_amount, slide_children); in Slide() 659 size_t SectionList::Slide(addr_t slide_amount, bool slide_children) { in Slide() function in SectionList 663 if ((*pos)->Slide(slide_amount, slide_children)) in Slide()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugRanges.cpp | 54 ans.Slide(cu->GetBaseAddress()); in FindRanges()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Section.h | 89 size_t Slide(lldb::addr_t slide_amount, bool slide_children); 186 bool Slide(lldb::addr_t slide_amount, bool slide_children);
|
H A D | Address.h | 459 bool Slide(int64_t offset) { 449 bool Slide(int64_t offset) { Slide() function
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolver.cpp | 328 prologue_addr.Slide(prologue_byte_size); in AddLocation() 349 loc_addr.Slide(m_offset); in AddLocation()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Block.cpp | 309 range.GetBaseAddress().Slide(vm_range.GetRangeBase()); in GetRangeAtIndex() 327 range.GetBaseAddress().Slide(vm_range.GetRangeBase()); in GetRanges() 340 addr.Slide(m_ranges.GetEntryRef(0).GetRangeBase()); in GetStartAddress()
|
H A D | LineEntry.cpp | 195 range_end.Slide(complete_line_range.GetByteSize()); in GetSameLineContiguousAddressRange()
|
H A D | Symbol.cpp | 337 addr.Slide(m_type_data); in GetPrologueByteSize() 359 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()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
H A D | JITLoaderGDB.cpp | 248 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 D | ArchitectureMips.cpp | 163 addr.Slide(-2); in GetInstructionAtAddress()
|
/freebsd/contrib/llvm-project/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 | ThreadPlanStepOut.cpp | 107 return_address_decr_pc.Slide(-1); in ThreadPlanStepOut()
|
H A D | ThreadPlanStepRange.cpp | 344 run_to_address.Slide(last_inst_size); in SetNextBranchBreakpoint()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBSymbol.cpp | 159 addr->Slide(m_opaque_ptr->GetByteSize()); in GetEndAddress()
|
H A D | SBFunction.cpp | 158 addr->Slide(byte_size); in GetEndAddress()
|
H A D | SBBlock.cpp | 217 sb_addr.ref().Slide(range.GetByteSize()); in GetRangeEndAddress()
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap4-droid4-xt894.dts | 36 label = "Keypad Slide";
|
H A D | omap3-n950.dts | 21 label = "Keypad Slide";
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
H A D | UnwindAssembly-x86.cpp | 228 first_non_prologue_insn.Slide(offset); in FirstNonPrologueInsn()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Signals.inc | 632 intptr_t Slide = _dyld_get_image_vmaddr_slide(ImageIndex); 646 if ((intptr_t)CmdSeg64->vmaddr + Slide <= Addr && 647 Addr < intptr_t(CmdSeg64->vmaddr + CmdSeg64->vmsize + Slide)) { 649 Offsets[j] = Addr - Slide;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVSchedSiFiveP600.td | 92 // VEXQ0 handle Mask, Simple Slide instructions, 93 // VEXQ1 handle Complex Slide, Permutation, Reductions, Divide instructions. 666 // Simple Slide 686 // Complex Slide
|