Searched refs:NumPages (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcABISupport.cpp | 158 2 * NumPages * PageSize, nullptr, in emitIndirectStubsBlock() 167 NumPages * PageSize, in emitIndirectStubsBlock() 168 NumPages * PageSize); in emitIndirectStubsBlock() 240 2 * NumPages * PageSize, nullptr, in emitIndirectStubsBlock() 250 NumPages * PageSize); in emitIndirectStubsBlock() 508 2 * NumPages * PageSize, nullptr, in emitIndirectStubsBlock() 518 NumPages * PageSize); in emitIndirectStubsBlock() 694 2 * NumPages * PageSize, nullptr, in emitIndirectStubsBlock() 704 NumPages * PageSize); in emitIndirectStubsBlock() 940 2 * NumPages * PageSize, nullptr, in emitIndirectStubsBlock() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | Memory.inc | 96 const size_t NumPages = (NumBytes+PageSize-1)/PageSize; 120 void *Addr = ::mmap(reinterpret_cast<void*>(Start), PageSize*NumPages, 132 Result.Size = NumPages*PageSize;
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 738 uint32_t NumPages = (DataSize + wasm::WasmPageSize - 1) / wasm::WasmPageSize; in writeImportSection() local 759 encodeULEB128(NumPages, W.OS); // initial in writeImportSection()
|
| /freebsd-12.1/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | tdproto.h | 111 bit32 *NumPages
|