Home
last modified time | relevance | path

Searched defs:DataSizeRO (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h126 uintptr_t DataSizeRO, in reserveAllocationSpace()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp149 uint64_t CodeSize = 0, DataSizeRO = 0, DataSizeRW = 0; in loadObjectImpl() local
338 uint64_t &DataSizeRO, in computeTotalAllocSize()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h57 void reserveAllocationSpace(uintptr_t CodeSize, uintptr_t DataSizeRO, in reserveAllocationSpace()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp91 void reserveAllocationSpace(uintptr_t CodeSize, uintptr_t DataSizeRO, in reserveAllocationSpace()