Home
last modified time | relevance | path

Searched defs:slide_amount (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDSection.cpp342 bool Section::Slide(addr_t slide_amount, bool slide_children) { in Slide()
659 size_t SectionList::Slide(addr_t slide_amount, bool slide_children) { in Slide()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
HDJITLoaderGDB.cpp247 const lldb::addr_t slide_amount = lower - section_sp->GetFileAddress(); in updateSectionLoadAddress() local