Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldImpl.h373 void computeTotalAllocSize(const ObjectFile &Obj, uint64_t &CodeSize,
HDRuntimeDyld.cpp142 computeTotalAllocSize(Obj, CodeSize, DataSizeRO, DataSizeRW); in loadObjectImpl()
310 void RuntimeDyldImpl::computeTotalAllocSize(const ObjectFile &Obj, in computeTotalAllocSize() function in llvm::RuntimeDyldImpl