Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.h98 void UnloadSections(const lldb::ModuleSP module) override;
H A DDynamicLoaderHexagonDYLD.cpp241 void DynamicLoaderHexagonDYLD::UnloadSections(const ModuleSP module) { in UnloadSections() function in DynamicLoaderHexagonDYLD
388 UnloadSections(module_sp); in RefreshModules()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h129 void UnloadSections(const lldb::ModuleSP module) override;
H A DDynamicLoaderPOSIXDYLD.cpp209 void DynamicLoaderPOSIXDYLD::UnloadSections(const ModuleSP module) { in UnloadSections() function in DynamicLoaderPOSIXDYLD
481 UnloadSections(module_sp); in RefreshModules()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h370 virtual void UnloadSections(const lldb::ModuleSP module);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp124 void DynamicLoader::UnloadSections(const ModuleSP module) { in UnloadSections() function in DynamicLoader