Searched refs:getSectionFileSize (Results 1 – 13 of 13) sorted by relevance
88 uint64_t getSectionFileSize(const MCSection *Sec) const;
89 uint64_t getSectionFileSize(const MCSection *Sec) const;
92 uint64_t getSectionFileSize(const MCSection *Sec) const;
278 if (Sec->begin() == Sec->end() || !Layout.getSectionFileSize(Sec)) in createDwarfSegment()397 if (uint64_t Size = Layout.getSectionFileSize(Sec)) { in generateDsymCompanion()
181 uint64_t MCAsmLayout::getSectionFileSize(const MCSection *Sec) const { in getSectionFileSize() function in MCAsmLayout
224 assert(Layout.getSectionFileSize(&Sec) == 0 && "Invalid file size!"); in writeSection()822 uint64_t FileSize = Layout.getSectionFileSize(&Sec); in writeObject()
674 assert(Layout.getSectionFileSize(Sec) == 0 && "Invalid size for section!"); in writeSectionData()
204 uint64_t MCAsmLayout::getSectionFileSize(const MCSection *Sec) const { in getSectionFileSize() function in MCAsmLayout
226 assert(Layout.getSectionFileSize(&Sec) == 0 && "Invalid file size!"); in writeSection()867 uint64_t FileSize = Layout.getSectionFileSize(&Sec); in writeObject()
737 assert(Layout.getSectionFileSize(Sec) == 0 && "Invalid size for section!"); in writeSectionData()
182 uint64_t MCAsmLayout::getSectionFileSize(const MCSection *Sec) const { in getSectionFileSize() function in MCAsmLayout
206 assert(Layout.getSectionFileSize(&Sec) == 0 && "Invalid file size!"); in writeSection()774 uint64_t FileSize = Layout.getSectionFileSize(&Sec); in writeObject()
567 assert(Layout.getSectionFileSize(Sec) == 0 && "Invalid size for section!"); in writeSectionData()