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

Declarations

include/llvm/MC/MCAsmLayout.h
   88   uint64_t getSectionFileSize(const MCSection *Sec) const;

References

lib/MC/MCAssembler.cpp
  672     assert(Layout.getSectionFileSize(Sec) == 0 && "Invalid size for section!");
lib/MC/MachObjectWriter.cpp
  224     assert(Layout.getSectionFileSize(&Sec) == 0 && "Invalid file size!");
  822     uint64_t FileSize = Layout.getSectionFileSize(&Sec);
tools/dsymutil/MachOUtils.cpp
  293     if (Sec->begin() == Sec->end() || !Layout.getSectionFileSize(Sec))
  432     if (uint64_t Size = Layout.getSectionFileSize(Sec)) {