Lines Matching refs:MCSection
34 for (MCSection &Sec : Asm) in MCAsmLayout()
37 for (MCSection &Sec : Asm) in MCAsmLayout()
43 const MCSection *Sec = F->getParent(); in isFragmentValid()
52 MCSection *Sec = F->getParent(); in canGetFragmentOffset()
53 MCSection::iterator I; in canGetFragmentOffset()
58 I = ++MCSection::iterator(LastValid); in canGetFragmentOffset()
81 MCSection *Sec = F->getParent(); in ensureValid()
82 MCSection::iterator I; in ensureValid()
84 I = ++MCSection::iterator(Cur); in ensureValid()
198 uint64_t MCAsmLayout::getSectionAddressSize(const MCSection *Sec) const { in getSectionAddressSize()
204 uint64_t MCAsmLayout::getSectionFileSize(const MCSection *Sec) const { in getSectionFileSize()
259 MCSection *Parent) in MCFragment()