/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | common.cpp | 15 uptr getPageSize(); 18 PageSizeCached = getPageSize(); in getPageSizeSlow()
|
D | linux.cpp | 44 uptr getPageSize() { return static_cast<uptr>(sysconf(_SC_PAGESIZE)); } in getPageSize() function
|
D | fuchsia.cpp | 26 uptr getPageSize() { return PAGE_SIZE; } in getPageSize() function
|
/external/scudo/standalone/ |
D | common.cpp | 16 uptr getPageSize(); 19 PageSizeCached = getPageSize(); in getPageSizeSlow()
|
D | fuchsia.cpp | 25 uptr getPageSize() { return _zx_system_get_page_size(); } in getPageSize() function
|
D | linux.cpp | 41 uptr getPageSize() { return static_cast<uptr>(sysconf(_SC_PAGESIZE)); } in getPageSize() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Process.h | 50 static Expected<unsigned> getPageSize(); 57 if (auto PageSize = getPageSize()) in getPageSizeEstimate()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Process.h | 56 static Expected<unsigned> getPageSize(); 63 if (auto PageSize = getPageSize()) in getPageSizeEstimate()
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | TPCIndirectionUtils.cpp | 87 (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()
|
D | TargetProcessControl.cpp | 46 auto PageSize = sys::Process::getPageSize(); in Create()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcABISupport.cpp | 152 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/ |
D | Process.h | 46 static unsigned getPageSize();
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Process.h | 46 static unsigned getPageSize();
|
/external/llvm-project/llvm/unittests/Support/ |
D | ProcessTest.cpp | 107 llvm::Expected<unsigned> Result = llvm::sys::Process::getPageSize(); in TEST_F()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Memory.inc | 90 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/ |
D | Memory.inc | 90 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/ |
D | OrcRemoteTargetServer.h | 316 sys::Process::getPageSize(), nullptr, in handleEmitTrampolineBlock() 322 (sys::Process::getPageSize() - TargetT::PointerSize) / in handleEmitTrampolineBlock() 352 uint32_t PageSize = sys::Process::getPageSize(); in handleGetRemoteInfo()
|
D | IndirectionUtils.h | 177 sys::Process::getPageSize(), nullptr, in grow() 182 (sys::Process::getPageSize() - TargetT::PointerSize) / in grow()
|
/external/llvm/lib/ExecutionEngine/ |
D | SectionMemoryManager.cpp | 161 static const size_t PageSize = sys::Process::getPageSize(); in trimBlockToPageSize()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | TargetProcessControl.h | 105 unsigned getPageSize() const { return PageSize; } in getPageSize() function
|
D | OrcRemoteTargetClient.h | 390 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/ |
D | OrcRPCTPCServer.h | 394 EP.template addHandler<orcrpctpc::GetPageSize>(*this, &ThisT::getPageSize); in OrcRPCTPCServer() 442 uint64_t getPageSize() { return PageSize; } in getPageSize() function
|
/external/llvm-project/lld/ELF/ |
D | ScriptParser.cpp | 112 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/ |
D | MemoryBuffer.cpp | 342 static int PageSize = sys::Process::getPageSize(); in getOpenFileImpl()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | MemoryBuffer.cpp | 342 static int PageSize = sys::Process::getPageSize(); in getOpenFileImpl()
|