Searched refs:DataSizeRO (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 156 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() 327 uint64_t &DataSizeRO, in computeTotalAllocSize() argument 404 DataSizeRO = computeAllocationSizeForSections(ROSectionSizes, MaxAlignment); in computeTotalAllocSize()
|
D | RuntimeDyldImpl.h | 367 uint64_t &DataSizeRO, uint64_t &DataSizeRW);
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 91 void reserveAllocationSpace(uintptr_t CodeSize, uintptr_t DataSizeRO, in reserveAllocationSpace() argument 94 ReservedDataSizeRO = DataSizeRO; in reserveAllocationSpace()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 108 uintptr_t DataSizeRO, in reserveAllocationSpace() argument
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 57 void reserveAllocationSpace(uintptr_t CodeSize, uintptr_t DataSizeRO, in reserveAllocationSpace() argument 59 return ClientMM->reserveAllocationSpace(CodeSize, DataSizeRO, in reserveAllocationSpace()
|