Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp192 uint32_t CodeAlign = 1, RODataAlign = 1, RWDataAlign = 1; in loadObjectImpl() local
196 RWDataSize, RWDataAlign)) in loadObjectImpl()
199 RWDataSize, RWDataAlign); in loadObjectImpl()
521 uint32_t &RWDataAlign) { in computeTotalAllocSize() argument
576 RWDataAlign = std::max(RWDataAlign, Alignment); in computeTotalAllocSize()
587 RWDataAlign = std::max<uint32_t>(RWDataAlign, getGOTEntrySize()); in computeTotalAllocSize()
609 RWDataAlign = std::max(RWDataAlign, CommonAlign); in computeTotalAllocSize()
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/Orc/
DOrcRemoteTargetClient.h111 uint32_t RWDataAlign) override { in reserveAllocationSpace() argument
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/include/llvm/ExecutionEngine/
DRuntimeDyld.h128 uint32_t RWDataAlign) {} in reserveAllocationSpace() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h89 uint32_t RWDataAlign) override { in reserveAllocationSpace() argument
92 RWDataSize, RWDataAlign); in reserveAllocationSpace()