Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp352 bool Section::Slide(addr_t slide_amount, bool slide_children) { in Slide() function in Section
360 m_children.Slide(slide_amount, slide_children); in Slide()
593 size_t SectionList::Slide(addr_t slide_amount, bool slide_children) { in Slide() function in SectionList
597 if ((*pos)->Slide(slide_amount, slide_children)) in Slide()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h88 size_t Slide(lldb::addr_t slide_amount, bool slide_children);
172 bool Slide(lldb::addr_t slide_amount, bool slide_children);
H A DAddress.h436 bool Slide(int64_t offset) { in Slide() function
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.cpp122 range_list.Slide(cu->GetBaseAddress()); in FindRanges()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp251 section_sp->Slide(slide_amount, false); in updateSectionLoadAddress()
252 section_sp->GetChildren().Slide(-slide_amount, false); in updateSectionLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp117 symbol_end.Slide(sc.symbol->GetByteSize() - 1); in DefaultStepFromHereCallback()
H A DThreadPlanStepInRange.cpp271 func_start_address.Slide(bytes_to_skip); in ShouldStop()
H A DThreadPlanStepOut.cpp106 return_address_decr_pc.Slide(-1); in ThreadPlanStepOut()
H A DThreadPlanStepRange.cpp342 run_to_address.Slide(last_inst_size); in SetNextBranchBreakpoint()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp169 addr.Slide(-2); in GetInstructionAtAddress()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h50 void Slide(BaseType slide) { base += slide; } in Slide() function
240 void Slide(BaseType slide) { in Slide() function
243 pos->Slide(slide); in Slide()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp298 range.GetBaseAddress().Slide(vm_range.GetRangeBase()); in GetRangeAtIndex()
313 addr.Slide(m_ranges.GetEntryRef(0).GetRangeBase()); in GetStartAddress()
H A DSymbol.cpp283 addr.Slide(m_type_data); in GetPrologueByteSize()
305 addr.Slide(sc_temp.line_entry.range.GetByteSize()); in GetPrologueByteSize()
H A DLineEntry.cpp205 range_end.Slide(complete_line_range.GetByteSize()); in GetSameLineContiguousAddressRange()
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-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp228 first_non_prologue_insn.Slide(offset); in FirstNonPrologueInsn()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp165 addr->Slide(m_opaque_ptr->GetByteSize()); in GetEndAddress()
H A DSBFunction.cpp165 addr->Slide(byte_size); in GetEndAddress()
H A DSBBlock.cpp221 sb_addr.ref().Slide(range.GetByteSize()); in GetRangeEndAddress()
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Domap3-n950.dts21 label = "Keypad Slide";
H A Dmotorola-mapphone-common.dtsi129 label = "Keypad Slide";
H A Domap3-n900.dts98 label = "Keypad Slide";
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVScheduleV.td238 // 16.3. Vector Slide Instructions
457 // 16.3. Vector Slide Instructions

12