Home
last modified time | relevance | path

Searched defs:Slide (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/include/lldb/Core/
H A DAddress.h459 bool Slide(int64_t offset) { in Slide() function
/llvm-project/lldb/source/Core/
H A DSection.cpp342 bool Section::Slide(addr_t slide_amount, bool slide_children) { Slide() function in Section
661 size_t SectionList::Slide(addr_t slide_amount, bool slide_children) { Slide() function in SectionList
/llvm-project/lldb/unittests/Utility/
H A DRangeTest.cpp75 TEST(RangeTest, Slide) { in TEST() argument
/llvm-project/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