Searched refs:Slide (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.cpp122 range_list.Slide(cu->GetBaseAddress());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h88 size_t Slide(lldb::addr_t slide_amount, bool slide_children);
171 bool Slide(lldb::addr_t slide_amount, bool slide_children);
H A DAddress.h436 bool Slide(int64_t offset) { function in class:lldb_private::Address
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp117 symbol_end.Slide(sc.symbol->GetByteSize() - 1);
H A DThreadPlanStepInRange.cpp292 func_start_address.Slide(bytes_to_skip);
H A DThreadPlanStepRange.cpp350 run_to_address.Slide(last_inst_size);
H A DThreadPlanStepOut.cpp108 return_address_decr_pc.Slide(-1);
H A DStackFrameList.cpp526 curr_frame_address.Slide(-1);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp171 addr.Slide(-2);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp354 bool Section::Slide(addr_t slide_amount, bool slide_children) { function in class:Section
362 m_children.Slide(slide_amount, slide_children);
599 size_t SectionList::Slide(addr_t slide_amount, bool slide_children) { function in class:SectionList
603 if ((*pos)->Slide(slide_amount, slide_children))
H A DModule.cpp536 previous_addr.Slide(-1);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp319 prologue_addr.Slide(prologue_byte_size);
340 loc_addr.Slide(m_offset);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h50 void Slide(BaseType slide) { base += slide; } function in struct:lldb_private::Range
231 void Slide(BaseType slide) { function in class:lldb_private::RangeArray
234 pos->Slide(slide);
463 void Slide(BaseType slide) { function in class:lldb_private::RangeVector
466 pos->Slide(slide);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp249 section_sp->Slide(slide_amount, false);
250 section_sp->GetChildren().Slide(-slide_amount, false);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBFunction.cpp174 addr->Slide(byte_size);
H A DSBSymbol.cpp174 addr->Slide(m_opaque_ptr->GetByteSize());
H A DSBBlock.cpp229 sb_addr.ref().Slide(range.GetByteSize());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp231 first_non_prologue_insn.Slide(offset);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp206 range_end.Slide(complete_line_range.GetByteSize());
H A DBlock.cpp298 range.GetBaseAddress().Slide(vm_range.GetRangeBase());
313 addr.Slide(m_ranges.GetEntryRef(0).GetRangeBase());
H A DSymbol.cpp284 addr.Slide(m_type_data);
305 // Slide addr up to the next line address.
306 addr.Slide(sc_temp.line_entry.range.GetByteSize());
H A DLineTable.cpp263 line_entry.range.GetBaseAddress().Slide(1);
H A DCompactUnwindInfo.cpp823 subl_payload_addr.Slide(offset_to_subl_insn);
1088 subl_payload_addr.Slide(offset_to_subl_insn);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp131 addr.Slide(-1);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp1289 inst_addr.Slide(inst_size);

Completed in 385 milliseconds

12