Searched refs:getSectionFileSize (Results 1 – 14 of 14) sorted by relevance
89 uint64_t getSectionFileSize(const MCSection *Sec) const;
93 uint64_t getSectionFileSize(const MCSectionData *SD) const;
278 if (Sec->begin() == Sec->end() || !Layout.getSectionFileSize(Sec)) in createDwarfSegment()397 if (uint64_t Size = Layout.getSectionFileSize(Sec)) { in generateDsymCompanion()
294 if (Sec->begin() == Sec->end() || !Layout.getSectionFileSize(Sec)) in createDwarfSegment()421 if (uint64_t Size = Layout.getSectionFileSize(Sec)) { in generateDsymCompanion()
192 assert(Layout.getSectionFileSize(&SD) == 0 && "Invalid file size!"); in WriteSection()662 uint64_t FileSize = Layout.getSectionFileSize(&SD); in WriteObject()
142 uint64_t MCAsmLayout::getSectionFileSize(const MCSectionData *SD) const { in getSectionFileSize() function in MCAsmLayout500 assert(Layout.getSectionFileSize(SD) == 0 && "Invalid size for section!"); in WriteSectionData()
1043 return Layout.getSectionFileSize(&SD); in GetSectionFileSize()
206 assert(Layout.getSectionFileSize(&Sec) == 0 && "Invalid file size!"); in writeSection()774 uint64_t FileSize = Layout.getSectionFileSize(&Sec); in writeObject()
182 uint64_t MCAsmLayout::getSectionFileSize(const MCSection *Sec) const { in getSectionFileSize() function in MCAsmLayout
567 assert(Layout.getSectionFileSize(Sec) == 0 && "Invalid size for section!"); in writeSectionData()
223 assert(Layout.getSectionFileSize(&Sec) == 0 && "Invalid file size!"); in writeSection()806 uint64_t FileSize = Layout.getSectionFileSize(&Sec); in writeObject()
664 assert(Layout.getSectionFileSize(Sec) == 0 && "Invalid size for section!"); in writeSectionData()