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

References

tools/llvm-objdump/MachODump.cpp
 8130     Entry.LSDAStart = readNext<uint32_t>(Contents, Pos);
 8138            << "LSDA offset=" << format("0x%08" PRIx32, Entry.LSDAStart) << '\n';
 8149   Pos = IndexEntries[0].LSDAStart;
 8152       (IndexEntries.back().LSDAStart - IndexEntries[0].LSDAStart) / LSDASize;
 8152       (IndexEntries.back().LSDAStart - IndexEntries[0].LSDAStart) / LSDASize;