Home
last modified time | relevance | path

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

12

/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dcommon.cpp15 uptr getPageSize();
18 PageSizeCached = getPageSize(); in getPageSizeSlow()
Dlinux.cpp44 uptr getPageSize() { return static_cast<uptr>(sysconf(_SC_PAGESIZE)); } in getPageSize() function
Dfuchsia.cpp26 uptr getPageSize() { return PAGE_SIZE; } in getPageSize() function
/external/scudo/standalone/
Dcommon.cpp16 uptr getPageSize();
19 PageSizeCached = getPageSize(); in getPageSizeSlow()
Dfuchsia.cpp25 uptr getPageSize() { return _zx_system_get_page_size(); } in getPageSize() function
Dlinux.cpp41 uptr getPageSize() { return static_cast<uptr>(sysconf(_SC_PAGESIZE)); } in getPageSize() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DProcess.h50 static Expected<unsigned> getPageSize();
57 if (auto PageSize = getPageSize()) in getPageSizeEstimate()
/external/llvm-project/llvm/include/llvm/Support/
DProcess.h56 static Expected<unsigned> getPageSize();
63 if (auto PageSize = getPageSize()) in getPageSizeEstimate()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCIndirectionUtils.cpp87 (TPC.getPageSize() - ABI.getPointerSize()) / TrampolineSize; in TPCTrampolinePool()
108 auto PageSize = TPC.getPageSize(); in grow()
295 Request[ResolverBlockPermissions] = {TPC.getPageSize(), in writeResolverBlock()
338 assert(TPC.getPageSize() > getABISupport().getStubSize() && in TPCIndirectionUtils()
350 auto PageSize = TPC.getPageSize(); in getIndirectStubs()
DTargetProcessControl.cpp46 auto PageSize = sys::Process::getPageSize(); in Create()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcABISupport.cpp152 unsigned PageSize = sys::Process::getPageSize(); in emitIndirectStubsBlock()
234 unsigned PageSize = sys::Process::getPageSize(); in emitIndirectStubsBlock()
502 unsigned PageSize = sys::Process::getPageSize(); in emitIndirectStubsBlock()
/external/llvm/include/llvm/Support/
DProcess.h46 static unsigned getPageSize();
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DProcess.h46 static unsigned getPageSize();
/external/llvm-project/llvm/unittests/Support/
DProcessTest.cpp107 llvm::Expected<unsigned> Result = llvm::sys::Process::getPageSize(); in TEST_F()
/external/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();
/external/llvm/lib/Support/Unix/
DMemory.inc90 static const size_t PageSize = Process::getPageSize();
155 static const size_t PageSize = Process::getPageSize();
184 static const size_t PageSize = Process::getPageSize();
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h316 sys::Process::getPageSize(), nullptr, in handleEmitTrampolineBlock()
322 (sys::Process::getPageSize() - TargetT::PointerSize) / in handleEmitTrampolineBlock()
352 uint32_t PageSize = sys::Process::getPageSize(); in handleGetRemoteInfo()
DIndirectionUtils.h177 sys::Process::getPageSize(), nullptr, in grow()
182 (sys::Process::getPageSize() - TargetT::PointerSize) / in grow()
/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp161 static const size_t PageSize = sys::Process::getPageSize(); in trimBlockToPageSize()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DTargetProcessControl.h105 unsigned getPageSize() const { return PageSize; } in getPageSize() function
DOrcRemoteTargetClient.h390 unsigned TargetPageSize = Client.getPageSize(); in allocateHostBlocks()
441 Client.getPageSize()); in allocateTargetBlocks()
858 uint32_t getPageSize() const { return RemotePageSize; } in getPageSize() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
DOrcRPCTPCServer.h394 EP.template addHandler<orcrpctpc::GetPageSize>(*this, &ThisT::getPageSize); in OrcRPCTPCServer()
442 uint64_t getPageSize() { return PageSize; } in getPageSize() function
/external/llvm-project/lld/ELF/
DScriptParser.cpp112 Expr getPageSize();
1084 Expr ScriptParser::getPageSize() { in getPageSize() function in ScriptParser
1097 return getPageSize(); in readConstant()
1319 Expr e = getPageSize(); in readPrimary()
/external/llvm/lib/Support/
DMemoryBuffer.cpp342 static int PageSize = sys::Process::getPageSize(); in getOpenFileImpl()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DMemoryBuffer.cpp342 static int PageSize = sys::Process::getPageSize(); in getOpenFileImpl()

12