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

References

tools/lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp
  534       entry.rangeStart = function;
  535       entry.rangeLength = function->size();
  537       entry = unwindLoc->second;
  542     if (entry.encoding == _archHandler.dwarfCompactUnwindType() ||
  543         entry.encoding == 0) {
  546         entry.encoding = _archHandler.dwarfCompactUnwindType();
  547         entry.ehFrame = dwarfFrame->second;
  551     auto personality = llvm::find(personalities, entry.personalityFunction);
  560     entry.encoding |= personalityIdx << 28;
  562     if (entry.lsdaLocation)
  563       entry.encoding |= 1U << 30;
  565     return entry;