Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDynamicLibrary.cpp44 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true, in AddLibrary() argument
49 assert((!AllowDuplicates || !CanClose) && in AddLibrary()
54 if (CanClose) in AddLibrary()
62 if (CanClose) in AddLibrary()