Searched refs:getSectionOrder (Results 1 – 6 of 6) sorted by relevance
66 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; } in getSectionOrder() function67 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const { in getSectionOrder() function
769 for (unsigned i = 0, e = Layout.getSectionOrder().size(); i != e; ++i) { in layout()770 MCSection *Sec = Layout.getSectionOrder()[i]; in layout()1095 for (unsigned int i = 0, n = Layout.getSectionOrder().size(); i != n; ++i) { in finishLayout()1096 MCSection &Section = *Layout.getSectionOrder()[i]; in finishLayout()
123 if (Next >= Layout.getSectionOrder().size()) in getPaddingSize()126 const MCSection &NextSec = *Layout.getSectionOrder()[Next]; in getPaddingSize()629 for (const MCSection *Sec : Layout.getSectionOrder()) { in computeSectionAddresses()
326 int getSectionOrder(unsigned ID, StringRef CustomSectionName = "");
712 for (auto I : Layout.getSectionOrder()) { in finishLayout()
1460 int WasmSectionOrderChecker::getSectionOrder(unsigned ID, in getSectionOrder() function in WasmSectionOrderChecker1504 int Order = getSectionOrder(ID, CustomSectionName); in isValidSectionOrder()