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

Declarations

tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
  208   bool SectionIsLoadable(const lldb_private::Section *section);

References

tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 5931     if (section->GetFileOffset() == 0 && SectionIsLoadable(section))
 5967     if (file_addr != LLDB_INVALID_ADDRESS && SectionIsLoadable(section))
 5992       if (SectionIsLoadable(section_sp.get()))