Searched refs:IsProcess (Results 1 – 1 of 1) sorted by relevance
44 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true, in AddLibrary() argument47 assert((Handle == this ? IsProcess : !IsProcess) && "Bad Handle."); in AddLibrary()52 if (LLVM_LIKELY(!IsProcess)) { in AddLibrary()