Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp222 static DenseMap<CachedHashStringRef, DylibFile *> loadedDylibs; variable
227 DylibFile *&file = loadedDylibs[path]; in loadDylib()
270 void macho::resetLoadedDylibs() { loadedDylibs.clear(); } in resetLoadedDylibs()