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/ |
D | OrcRemoteTargetClient.h | 110 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/ |
D | RuntimeDyld.cpp | 191 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()
|
D | RuntimeDyldImpl.h | 438 uint64_t &RWDataSize, uint32_t &RWDataAlign);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 127 uintptr_t RWDataSize, in reserveAllocationSpace() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 88 uintptr_t RWDataSize, in reserveAllocationSpace() argument 92 RWDataSize, RWDataAlign); in reserveAllocationSpace()
|