Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h189 void UnloadModule(const lldb::ModuleSP &module_sp);
H A DDynamicLoaderPOSIXDYLD.cpp195 void DynamicLoaderPOSIXDYLD::UnloadModule(const ModuleSP &module_sp) { in UnloadModule() function in DynamicLoaderPOSIXDYLD
219 UnloadModule(module); in UnloadSections()