Searched refs:RODataAlign (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 192 uint32_t CodeAlign = 1, RODataAlign = 1, RWDataAlign = 1; in loadObjectImpl() local 195 RODataSize, RODataAlign, in loadObjectImpl() 198 MemMgr.reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in loadObjectImpl() 519 uint32_t &RODataAlign, in computeTotalAllocSize() argument 573 RODataAlign = std::max(RODataAlign, Alignment); in computeTotalAllocSize() 618 RODataSize = computeAllocationSizeForSections(ROSectionSizes, RODataAlign); in computeTotalAllocSize()
|
D | RuntimeDyldImpl.h | 437 uint64_t &RODataSize, uint32_t &RODataAlign,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetClient.h | 109 uintptr_t RODataSize, uint32_t RODataAlign, in reserveAllocationSpace() argument 129 Client.reserveMem(Id, RODataSize, RODataAlign); in reserveAllocationSpace() 134 << " (" << RODataSize << " bytes, alignment " << RODataAlign in reserveAllocationSpace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 87 uintptr_t RODataSize, uint32_t RODataAlign, in reserveAllocationSpace() argument 91 RODataSize, RODataAlign, in reserveAllocationSpace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 126 uint32_t RODataAlign, in reserveAllocationSpace() argument
|