Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DDynamicLibrary.h110 static void closeLibrary(DynamicLibrary &Lib);
/openbsd/gnu/llvm/llvm/lib/Support/
H A DDynamicLibrary.cpp203 void DynamicLibrary::closeLibrary(DynamicLibrary &Lib) { in closeLibrary() function in DynamicLibrary