Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp342 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()
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/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.cpp54 ans.Slide(cu->GetBaseAddress()); in FindRanges()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h89 size_t Slide(lldb::addr_t slide_amount, bool slide_children);
186 bool Slide(lldb::addr_t slide_amount, bool slide_children);
H A DAddress.h459 bool Slide(int64_t offset) { in Slide() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp319 prologue_addr.Slide(prologue_byte_size); in AddLocation()
340 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.cpp163 addr.Slide(-2); in GetInstructionAtAddress()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp118 symbol_end.Slide(sc.symbol->GetByteSize() - 1); in DefaultStepFromHereCallback()
H A DThreadPlanStepInRange.cpp272 func_start_address.Slide(bytes_to_skip); in ShouldStop()
H A DThreadPlanStepOut.cpp107 return_address_decr_pc.Slide(-1); in ThreadPlanStepOut()
H A DThreadPlanStepRange.cpp343 run_to_address.Slide(last_inst_size); in SetNextBranchBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp159 addr->Slide(m_opaque_ptr->GetByteSize()); in GetEndAddress()
H A DSBFunction.cpp157 addr->Slide(byte_size); in GetEndAddress()
H A DSBBlock.cpp216 sb_addr.ref().Slide(range.GetByteSize()); in GetRangeEndAddress()
/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/Symbol/
H A DLineEntry.cpp192 range_end.Slide(complete_line_range.GetByteSize()); in GetSameLineContiguousAddressRange()
H A DBlock.cpp309 range.GetBaseAddress().Slide(vm_range.GetRangeBase()); in GetRangeAtIndex()
324 addr.Slide(m_ranges.GetEntryRef(0).GetRangeBase()); in GetStartAddress()
H A DSymbol.cpp341 addr.Slide(m_type_data); in GetPrologueByteSize()
363 addr.Slide(sc_temp.line_entry.range.GetByteSize()); in GetPrologueByteSize()
H A DCompactUnwindInfo.cpp823 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 DLineTable.cpp283 line_entry.range.GetBaseAddress().Slide(1); in ConvertEntryAtIndexToLineEntry()
/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/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp228 first_non_prologue_insn.Slide(offset); in FirstNonPrologueInsn()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc632 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 DRISCVScheduleV.td487 // 16.3. Vector Slide Instructions
714 // 16.3. Vector Slide Instructions

12