Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h426 Error computeTotalAllocSize(const ObjectFile &Obj, uint64_t &CodeSize,
H A DRuntimeDyld.cpp195 if (auto Err = computeTotalAllocSize(Obj, CodeSize, CodeAlign, RODataSize, in loadObjectImpl()
535 Error RuntimeDyldImpl::computeTotalAllocSize( in computeTotalAllocSize() function in llvm::RuntimeDyldImpl