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

Declarations

tools/lld/ELF/InputSection.h
  137   uint64_t getOffsetInFile() const;

References

tools/lld/ELF/DWARF.cpp
  108       val += cast<InputSection>(dr->section)->getOffsetInFile();
tools/lld/ELF/InputFiles.cpp
  300   return dwarf->getDILineInfo(s->getOffsetInFile() + offset, sectionIndex);
tools/lld/ELF/SyntheticSections.cpp
 2586       uint64_t offset = isec->getOffsetInFile();