Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h156 uint64_t getSectionFileSize(const MCSection &Sec) const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp561 uint64_t MCAssembler::getSectionFileSize(const MCSection &Sec) const { in getSectionFileSize() function in MCAssembler
837 assert(getSectionFileSize(*Sec) == 0 && "Invalid size for section!"); in writeSectionData()
H A DMachObjectWriter.cpp267 assert(Asm.getSectionFileSize(Sec) == 0 && "Invalid file size!"); in writeSection()
876 uint64_t FileSize = Asm.getSectionFileSize(Sec); in writeObject()