Home
last modified time | relevance | path

Searched refs:getBaseImpl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_fuchsia.h34 uptr getBaseImpl() { return WindowBase; } in getBaseImpl() function
63 uptr getBaseImpl() { return Base; } in getBaseImpl() function
H A Dmem_map.h45 uptr getBaseImpl() { return Base; } in getCapacityImpl()
67 uptr getBaseImpl() { return Base; } in getCapacityImpl()
44 uptr getBaseImpl() { return Base; } getBaseImpl() function
66 uptr getBaseImpl() { return Base; } getBaseImpl() function
H A Dmem_map_base.h72 uptr getBase() { return invokeImpl(&Derived::getBaseImpl); } in getBase()
115 uptr getBase() { return invokeImpl(&Derived::getBaseImpl); } in getBase()