Home
last modified time | relevance | path

Searched refs:getSectionFileSize (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmLayout.h92 uint64_t getSectionFileSize(const MCSection *Sec) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp204 uint64_t MCAsmLayout::getSectionFileSize(const MCSection *Sec) const { in getSectionFileSize() function in MCAsmLayout
H A DMachObjectWriter.cpp226 assert(Layout.getSectionFileSize(&Sec) == 0 && "Invalid file size!"); in writeSection()
855 uint64_t FileSize = Layout.getSectionFileSize(&Sec); in writeObject()
H A DMCAssembler.cpp744 assert(Layout.getSectionFileSize(Sec) == 0 && "Invalid size for section!"); in writeSectionData()