Home
last modified time | relevance | path

Searched defs:VMRange (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DVMRange.h31 VMRange(lldb::addr_t start_addr, lldb::addr_t end_addr) in VMRange() function
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h283 class VMRange; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1768 using VMRange = lldb_private::Range<addr_t, addr_t>; typedef