Home
last modified time | relevance | path

Searched defs:ModulesDidUnload (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DHexagonDYLDRendezvous.h121 bool ModulesDidUnload() const { return !m_removed_soentries.empty(); } in ModulesDidUnload() function
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDYLDRendezvous.h114 bool ModulesDidUnload() const { return !m_removed_soentries.empty(); } in ModulesDidUnload() function
/external/llvm-project/lldb/source/Target/
DTarget.cpp1647 void Target::ModulesDidUnload(ModuleList &module_list, bool delete_locations) { in ModulesDidUnload() function in Target