Home
last modified time | relevance | path

Searched refs:getPageSize (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DProcess.h50 static Expected<unsigned> getPageSize();
57 if (auto PageSize = getPageSize()) in getPageSizeEstimate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DProcess.h46 static unsigned getPageSize();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DMemory.inc90 static const size_t PageSize = Process::getPageSize();
147 static const size_t PageSize = Process::getPageSize();
179 static const size_t PageSize = Process::getPageSize();
DProcess.inc77 unsigned Process::getPageSize() {
DPath.inc525 return Process::getPageSize();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DMemoryBuffer.cpp342 static int PageSize = sys::Process::getPageSize(); in getOpenFileImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h637 uint32_t getPageSize() const { return RemotePageSize; } in getPageSize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DProcess.inc59 Expected<unsigned> Process::getPageSize() {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc65 unsigned Process::getPageSize() {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DProcess.inc71 Expected<unsigned> Process::getPageSize() {