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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h441 unsigned computeGOTSize(const ObjectFile &Obj);
H A DRuntimeDyld.cpp585 if (unsigned GotSize = computeGOTSize(Obj)) {
625 unsigned RuntimeDyldImpl::computeGOTSize(const ObjectFile &Obj) { function in class:llvm::RuntimeDyldImpl

Completed in 128 milliseconds