Home
last modified time | relevance | path

Searched refs:AddLibrary (Results 1 – 2 of 2) 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() function in DynamicLibrary::HandleSet
155 HS.AddLibrary(Handle, /*IsProcess*/ FileName == nullptr); in getPermanentLibrary()
165 if (!OpenedHandles->AddLibrary(Handle, /*IsProcess*/false, /*CanClose*/false)) in addPermanentLibrary()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp215 static bool AddLibrary = false; ///< 'L' modifier variable
397 AddLibrary = true; in parseCommandLine()
444 if (AddLibrary && Operation != QuickAppend) in parseCommandLine()
858 if (AddLibrary) { in computeNewArchiveMembers()