Searched refs:getPageSize (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.cpp15 uptr getPageSize();
18 PageSizeCached = getPageSize();
H A Dlinux.cpp40 uptr getPageSize() { return static_cast<uptr>(sysconf(_SC_PAGESIZE)); } function in namespace:scudo
H A Dfuchsia.cpp26 uptr getPageSize() { return PAGE_SIZE; } function in namespace:scudo
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DProcess.h50 static Expected<unsigned> getPageSize();
57 if (auto PageSize = getPageSize())
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp105 Expr getPageSize();
1035 Expr ScriptParser::getPageSize() {
1048 return getPageSize();
1213 Expr e = getPageSize();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h637 uint32_t getPageSize() const { return RemotePageSize; } function in class:llvm::orc::remote::OrcRemoteTargetClient

Completed in 72 milliseconds