Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/
DRemoteJITUtils.h106 uintptr_t RWDataSize, in reserveAllocationSpace() argument
109 RWDataSize, RWDataAlign); in reserveAllocationSpace()
/external/llvm/tools/lli/
DRemoteJITUtils.h105 uintptr_t RWDataSize, in reserveAllocationSpace() argument
108 RWDataSize, RWDataAlign); in reserveAllocationSpace()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp185 uint64_t CodeSize = 0, RODataSize = 0, RWDataSize = 0; in loadObjectImpl() local
190 RWDataSize, RWDataAlign)) in loadObjectImpl()
193 RWDataSize, RWDataAlign); in loadObjectImpl()
415 uint64_t &RWDataSize, in computeTotalAllocSize() argument
498 RWDataSize = computeAllocationSizeForSections(RWSectionSizes, RWDataAlign); in computeTotalAllocSize()
DRuntimeDyldImpl.h407 uint64_t &RWDataSize, uint32_t &RWDataAlign);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h111 uintptr_t RWDataSize, in reserveAllocationSpace() argument
137 if (RWDataSize != 0) { in reserveAllocationSpace()
139 Client.reserveMem(Id, RWDataSize, RWDataAlign); in reserveAllocationSpace()
143 << " (" << RWDataSize << " bytes, alignment " in reserveAllocationSpace()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp185 uint64_t CodeSize = 0, RODataSize = 0, RWDataSize = 0; in loadObjectImpl() local
190 RWDataSize, RWDataAlign)) in loadObjectImpl()
193 RWDataSize, RWDataAlign); in loadObjectImpl()
466 uint64_t &RWDataSize, in computeTotalAllocSize() argument
557 RWDataSize = computeAllocationSizeForSections(RWSectionSizes, RWDataAlign); in computeTotalAllocSize()
DRuntimeDyldImpl.h444 uint64_t &RWDataSize, uint32_t &RWDataAlign);
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h118 uintptr_t RWDataSize, in reserveAllocationSpace() argument
152 if (RWDataSize != 0) { in reserveAllocationSpace()
153 if (auto AddrOrErr = Client.reserveMem(Id, RWDataSize, RWDataAlign)) in reserveAllocationSpace()
162 << " (" << RWDataSize << " bytes, alignment " in reserveAllocationSpace()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h59 uintptr_t RWDataSize, in reserveAllocationSpace() argument
63 RWDataSize, RWDataAlign); in reserveAllocationSpace()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h126 uintptr_t RWDataSize, in reserveAllocationSpace() argument
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h145 uintptr_t RWDataSize, in reserveAllocationSpace() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h89 uintptr_t RWDataSize, in reserveAllocationSpace() argument
93 RWDataSize, RWDataAlign); in reserveAllocationSpace()