Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.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/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp247 const lldb::addr_t slide_amount = lower - section_sp->GetFileAddress(); in updateSectionLoadAddress() local