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

/freebsd-current/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,
459 // A helper method for computeTotalAllocSize.
535 Error RuntimeDyldImpl::computeTotalAllocSize( function in class:llvm::RuntimeDyldImpl

Completed in 67 milliseconds