Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp156 uint64_t CodeSize = 0, DataSizeRO = 0, DataSizeRW = 0; in loadObjectImpl() local
157 computeTotalAllocSize(Obj, CodeSize, DataSizeRO, DataSizeRW); in loadObjectImpl()
158 MemMgr.reserveAllocationSpace(CodeSize, DataSizeRO, DataSizeRW); in loadObjectImpl()
328 uint64_t &DataSizeRW) { in computeTotalAllocSize() argument
405 DataSizeRW = computeAllocationSizeForSections(RWSectionSizes, MaxAlignment); in computeTotalAllocSize()
DRuntimeDyldImpl.h367 uint64_t &DataSizeRO, uint64_t &DataSizeRW);
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp92 uintptr_t DataSizeRW) override { in reserveAllocationSpace() argument
95 ReservedDataSizeRW = DataSizeRW; in reserveAllocationSpace()
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h109 uintptr_t DataSizeRW) {} in reserveAllocationSpace() argument
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h58 uintptr_t DataSizeRW) override { in reserveAllocationSpace() argument
60 DataSizeRW); in reserveAllocationSpace()