Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSection.cpp338 bool Section::Slide(addr_t slide_amount, bool slide_children) { in Slide() function in Section
346 m_children.Slide(slide_amount, slide_children); in Slide()
655 size_t SectionList::Slide(addr_t slide_amount, bool slide_children) { in Slide() function in SectionList
659 if ((*pos)->Slide(slide_amount, slide_children)) in Slide()
H A DModule.cpp547 previous_addr.Slide(-1); in ResolveSymbolContextForAddress()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSection.h88 size_t Slide(lldb::addr_t slide_amount, bool slide_children);
178 bool Slide(lldb::addr_t slide_amount, bool slide_children);
H A DAddress.h449 bool Slide(int64_t offset) { in Slide() function
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp319 prologue_addr.Slide(prologue_byte_size); in AddLocation()
340 loc_addr.Slide(m_offset); in AddLocation()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.cpp122 range_list.Slide(cu->GetBaseAddress()); in FindRanges()
/openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp246 section_sp->Slide(slide_amount, false); in updateSectionLoadAddress()
247 section_sp->GetChildren().Slide(-slide_amount, false); in updateSectionLoadAddress()
/openbsd-src/gnu/llvm/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 DThreadPlanStepRange.cpp343 run_to_address.Slide(last_inst_size); in SetNextBranchBreakpoint()
H A DThreadPlanStepOut.cpp107 return_address_decr_pc.Slide(-1); in ThreadPlanStepOut()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp163 addr.Slide(-2); in GetInstructionAtAddress()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBSymbol.cpp159 addr->Slide(m_opaque_ptr->GetByteSize()); in GetEndAddress()
H A DSBFunction.cpp160 addr->Slide(byte_size); in GetEndAddress()
H A DSBBlock.cpp216 sb_addr.ref().Slide(range.GetByteSize()); in GetRangeEndAddress()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DBlock.cpp309 range.GetBaseAddress().Slide(vm_range.GetRangeBase()); in GetRangeAtIndex()
324 addr.Slide(m_ranges.GetEntryRef(0).GetRangeBase()); in GetStartAddress()
H A DLineEntry.cpp205 range_end.Slide(complete_line_range.GetByteSize()); in GetSameLineContiguousAddressRange()
H A DSymbol.cpp283 addr.Slide(m_type_data); in GetPrologueByteSize()
305 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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp228 first_non_prologue_insn.Slide(offset); in FirstNonPrologueInsn()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVScheduleV.td334 // 16.3. Vector Slide Instructions
556 // 16.3. Vector Slide Instructions
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp1386 summary_addr.Slide(m_kext_summary_header.GetSize()); in ReadAllKextSummaries()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1808 Range.Slide(-Segment->GetFileAddress()); in GetAddressInfo()
1821 Info.Range.Slide(Info.Segment->GetFileAddress()); in AddSection()

12