Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h110 uintptr_t RWDataSize, in reserveAllocationSpace() argument
138 if (RWDataSize != 0) { in reserveAllocationSpace()
140 Client.reserveMem(Id, RWDataSize, RWDataAlign); in reserveAllocationSpace()
145 << " (" << RWDataSize << " bytes, alignment " << RWDataAlign in reserveAllocationSpace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp191 uint64_t CodeSize = 0, RODataSize = 0, RWDataSize = 0; in loadObjectImpl() local
196 RWDataSize, RWDataAlign)) in loadObjectImpl()
199 RWDataSize, RWDataAlign); in loadObjectImpl()
520 uint64_t &RWDataSize, in computeTotalAllocSize() argument
619 RWDataSize = computeAllocationSizeForSections(RWSectionSizes, RWDataAlign); in computeTotalAllocSize()
DRuntimeDyldImpl.h438 uint64_t &RWDataSize, uint32_t &RWDataAlign);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h127 uintptr_t RWDataSize, in reserveAllocationSpace() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h88 uintptr_t RWDataSize, in reserveAllocationSpace() argument
92 RWDataSize, RWDataAlign); in reserveAllocationSpace()