Home
last modified time | relevance | path

Searched defs:RWDataSize (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h126 uintptr_t RWDataSize, in reserveAllocationSpace()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/lli/
DRemoteJITUtils.h58 uintptr_t RWDataSize, in reserveAllocationSpace()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp191 uint64_t CodeSize = 0, RODataSize = 0, RWDataSize = 0; in loadObjectImpl() local
530 uint64_t &RWDataSize, in computeTotalAllocSize()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h111 uintptr_t RWDataSize, in reserveAllocationSpace()