Home
last modified time | relevance | path

Searched defs:getPageSize (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h88 unsigned int getPageSize() override { return PageSize; } in getPageSize() function
140 unsigned int getPageSize() override { return PageSize; } in getPageSize() function
H A DExecutorProcessControl.h215 unsigned getPageSize() const { return PageSize; } in getPageSize() function
H A DCore.h1477 size_t getPageSize() const { return EPC->getPageSize(); } in getPageSize() function
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtrusty.cpp29 uptr getPageSize() { return getauxval(AT_PAGESZ); } getPageSize() function
H A Dfuchsia.cpp27 uptr getPageSize() { return _zx_system_get_page_size(); } in getPageSize() function
H A Dlinux.cpp42 uptr getPageSize() { return static_cast<uptr>(sysconf(_SC_PAGESIZE)); } getPageSize() function
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DX86_64.cpp45 uint64_t getPageSize() const override { return 4 * 1024; } in getPageSize() function
H A DARM64Common.h30 uint64_t getPageSize() const override { return 16 * 1024; } in getPageSize() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp1273 Expr ScriptParser::getPageSize() { in getPageSize() function in ScriptParser