Home
last modified time | relevance | path

Searched refs:computeTotalAllocSize (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h343 void computeTotalAllocSize(ObjectImage &Obj, uint64_t &CodeSize,
DRuntimeDyld.cpp119 computeTotalAllocSize(*Obj, CodeSize, DataSizeRO, DataSizeRW); in loadObject()
232 void RuntimeDyldImpl::computeTotalAllocSize(ObjectImage &Obj, in computeTotalAllocSize() function in llvm::RuntimeDyldImpl