Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDynamicLibrary.cpp48 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true) { in AddLibrary() argument
50 assert((Handle == this ? IsProcess : !IsProcess) && "Bad Handle."); in AddLibrary()
53 if (LLVM_LIKELY(!IsProcess)) { in AddLibrary()