Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h420 Error computeTotalAllocSize(const ObjectFile &Obj,
DRuntimeDyld.cpp193 if (auto Err = computeTotalAllocSize(Obj, in loadObjectImpl()
525 Error RuntimeDyldImpl::computeTotalAllocSize(const ObjectFile &Obj, in computeTotalAllocSize() function in llvm::RuntimeDyldImpl