Searched refs:getSectionFileSize (Results 1 – 4 of 4) sorted by relevance
89 uint64_t getSectionFileSize(const MCSection *Sec) const;
277 if (Sec->begin() == Sec->end() || !Layout.getSectionFileSize(Sec)) in createDwarfSegment()396 if (uint64_t Size = Layout.getSectionFileSize(Sec)) { in generateDsymCompanion()
206 assert(Layout.getSectionFileSize(&Sec) == 0 && "Invalid file size!"); in writeSection()770 uint64_t FileSize = Layout.getSectionFileSize(&Sec); in writeObject()
219 uint64_t MCAsmLayout::getSectionFileSize(const MCSection *Sec) const { in getSectionFileSize() function in MCAsmLayout819 assert(Layout.getSectionFileSize(Sec) == 0 && "Invalid size for section!"); in writeSectionData()