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

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h432 unsigned computeGOTSize(const ObjectFile &Obj);
H A DRuntimeDyld.cpp602 if (unsigned GotSize = computeGOTSize(Obj)) {
650 unsigned RuntimeDyldImpl::computeGOTSize(const ObjectFile &Obj) { function in class:llvm::RuntimeDyldImpl

Completed in 100 milliseconds