Home
last modified time | relevance | path

Searched refs:RWDataSize (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A DRemoteJITUtils.h58 uintptr_t RWDataSize, in reserveAllocationSpace() argument
61 RWDataSize, RWDataAlign); in reserveAllocationSpace()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h111 uintptr_t RWDataSize, in reserveAllocationSpace() argument
139 if (RWDataSize != 0) { in reserveAllocationSpace()
141 Client.reserveMem(Id, RWDataSize, RWDataAlign); in reserveAllocationSpace()
146 << " (" << RWDataSize << " bytes, alignment " << RWDataAlign in reserveAllocationSpace()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp191 uint64_t CodeSize = 0, RODataSize = 0, RWDataSize = 0; in loadObjectImpl() local
196 RWDataSize, RWDataAlign)) in loadObjectImpl()
199 RWDataSize, RWDataAlign); in loadObjectImpl()
530 uint64_t &RWDataSize, in computeTotalAllocSize() argument
632 RWDataSize = computeAllocationSizeForSections(RWSectionSizes, RWDataAlign); in computeTotalAllocSize()
H A DRuntimeDyldImpl.h423 uint64_t &RWDataSize, uint32_t &RWDataAlign);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h126 uintptr_t RWDataSize, in reserveAllocationSpace() argument