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

References

tools/lld/COFF/Writer.cpp
  105       OutputSection *os = record->getOutputSection();
  106       uint64_t offs = os->getFileOff() + (record->getRVA() - os->getRVA());
  107       fillEntry(d, COFF::IMAGE_DEBUG_TYPE_CODEVIEW, record->getSize(),
  108                 record->getRVA(), offs);