Searched refs:getSectionFileSize (Results 1 – 3 of 3) sorted by relevance
156 uint64_t getSectionFileSize(const MCSection &Sec) const;
561 uint64_t MCAssembler::getSectionFileSize(const MCSection &Sec) const { in getSectionFileSize() function in MCAssembler837 assert(getSectionFileSize(*Sec) == 0 && "Invalid size for section!"); in writeSectionData()
267 assert(Asm.getSectionFileSize(Sec) == 0 && "Invalid file size!"); in writeSection()876 uint64_t FileSize = Asm.getSectionFileSize(Sec); in writeObject()