Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDynamicLibrary.cpp45 bool AllowDuplicates = false) { in AddLibrary() argument
49 assert((!AllowDuplicates || !CanClose) && in AddLibrary()
53 if (!AllowDuplicates && Find(Handle) != Handles.end()) { in AddLibrary()