reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/Target.h
 1091   bool SetSectionUnloaded(const lldb::SectionSP &section_sp);

References

tools/lldb/source/API/SBTarget.cpp
 2169         if (target_sp->SetSectionUnloaded(section_sp)) {
 2247               changed |= target_sp->SetSectionUnloaded(section_sp);
tools/lldb/source/Core/DynamicLoader.cpp
  136     target.SetSectionUnloaded(section_sp);
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
  260     target.SetSectionUnloaded(section_sp);