Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDmem_map_linux.h36 uptr getBaseImpl() { return MapBase; } in getBaseImpl() function
50 uptr getBaseImpl() { return MapBase; } in getBaseImpl() function
HDmem_map_fuchsia.h34 uptr getBaseImpl() { return WindowBase; } in getBaseImpl() function
63 uptr getBaseImpl() { return Base; } in getBaseImpl() function
HDmem_map.h45 uptr getBaseImpl() { return Base; } in getBaseImpl() function
67 uptr getBaseImpl() { return Base; } in getBaseImpl() function
HDmem_map_base.h72 uptr getBase() { return invokeImpl(&Derived::getBaseImpl); } in getBase()
115 uptr getBase() { return invokeImpl(&Derived::getBaseImpl); } in getBase()