Home
last modified time | relevance | path

Searched refs:UnloadSectionsCommon (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Core/
DDynamicLoader.cpp122 UnloadSectionsCommon(module); in UnloadSections()
125 void DynamicLoader::UnloadSectionsCommon(const ModuleSP module) { in UnloadSectionsCommon() function in DynamicLoader
/external/llvm-project/lldb/include/lldb/Target/
DDynamicLoader.h285 void UnloadSectionsCommon(const lldb::ModuleSP module);
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
DDynamicLoaderWindowsDYLD.cpp94 UnloadSectionsCommon(module_sp); in OnUnloadModule()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp222 UnloadSectionsCommon(module); in UnloadSections()