Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h366 void computeTotalAllocSize(const ObjectFile &Obj, uint64_t &CodeSize,
DRuntimeDyld.cpp157 computeTotalAllocSize(Obj, CodeSize, DataSizeRO, DataSizeRW); in loadObjectImpl()
325 void RuntimeDyldImpl::computeTotalAllocSize(const ObjectFile &Obj, in computeTotalAllocSize() function in llvm::RuntimeDyldImpl