Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp370 bool Section::Slide(addr_t slide_amount, bool slide_children) { in Slide() function in Section
378 m_children.Slide(slide_amount, slide_children); in Slide()
623 size_t SectionList::Slide(addr_t slide_amount, bool slide_children) { in Slide() function in SectionList
627 if ((*pos)->Slide(slide_amount, slide_children)) in Slide()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h98 size_t Slide(lldb::addr_t slide_amount, bool slide_children);
181 bool Slide(lldb::addr_t slide_amount, bool slide_children);
H A DRangeMap.h55 void Slide(BaseType slide) { base += slide; } in Slide() function
240 void Slide(BaseType slide) { in Slide() function
243 pos->Slide(slide); in Slide()
472 void Slide(BaseType slide) { in Slide() function
475 pos->Slide(slide); in Slide()
H A DAddress.h479 bool Slide(int64_t offset) { in Slide() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp321 prologue_addr.Slide(prologue_byte_size); in AddLocation()
342 loc_addr.Slide(m_offset); in AddLocation()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp234 section_sp->Slide(slide_amount, false); in updateSectionLoadAddress()
235 section_sp->GetChildren().Slide(-slide_amount, false); in updateSectionLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp121 symbol_end.Slide(sc.symbol->GetByteSize() - 1); in DefaultStepFromHereCallback()
H A DThreadPlanStepOut.cpp109 return_address_decr_pc.Slide(-1); in ThreadPlanStepOut()
H A DThreadPlanStepInRange.cpp293 func_start_address.Slide(bytes_to_skip); in ShouldStop()
H A DThreadPlanStepRange.cpp331 run_to_address.Slide(last_inst_size); in SetNextBranchBreakpoint()
H A DStackFrameList.cpp521 curr_frame_address.Slide(-1); in GetFramesUpTo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSymbol.cpp149 addr->Slide(m_opaque_ptr->GetByteSize()); in GetEndAddress()
H A DSBFunction.cpp163 addr->Slide(byte_size); in GetEndAddress()
H A DSBBlock.cpp185 sb_addr.ref().Slide(range.GetByteSize()); in GetRangeEndAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp172 addr.Slide(-2); in GetInstructionAtAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DBlock.cpp283 range.GetBaseAddress().Slide(vm_range.GetRangeBase()); in GetRangeAtIndex()
298 addr.Slide(m_ranges.GetEntryRef(0).GetRangeBase()); in GetStartAddress()
H A DLineEntry.cpp202 range_end.Slide(complete_line_range.GetByteSize()); in GetSameLineContiguousAddressRange()
H A DSymbol.cpp280 addr.Slide(m_type_data); in GetPrologueByteSize()
302 addr.Slide(sc_temp.line_entry.range.GetByteSize()); in GetPrologueByteSize()
H A DCompactUnwindInfo.cpp824 subl_payload_addr.Slide(offset_to_subl_insn); in CreateUnwindPlan_x86_64()
1088 subl_payload_addr.Slide(offset_to_subl_insn); in CreateUnwindPlan_i386()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp234 first_non_prologue_insn.Slide(offset); in FirstNonPrologueInsn()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp130 addr.Slide(-1); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.cpp125 range_list.Slide(cu->GetBaseAddress()); in FindRanges()
/freebsd-12.1/sys/gnu/dts/arm/
H A Domap3-n950.dts24 label = "Keypad Slide";
H A Domap4-droid4-xt894.dts136 label = "Keypad Slide";
H A Domap3-n900.dts97 label = "Keypad Slide";

12