Searched refs:getSectionOrder (Results 1 – 7 of 7) sorted by relevance
69 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; } in getSectionOrder() function70 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const { in getSectionOrder() function
834 for (unsigned i = 0, e = Layout.getSectionOrder().size(); i != e; ++i) { in layout()835 MCSection *Sec = Layout.getSectionOrder()[i]; in layout()1258 for (unsigned int i = 0, n = Layout.getSectionOrder().size(); i != n; ++i) { in finishLayout()1259 MCSection &Section = *Layout.getSectionOrder()[i]; in finishLayout()
126 if (Next >= Layout.getSectionOrder().size()) in getPaddingSize()129 const MCSection &NextSec = *Layout.getSectionOrder()[Next]; in getPaddingSize()644 for (const MCSection *Sec : Layout.getSectionOrder()) { in computeSectionAddresses()
357 int getSectionOrder(unsigned ID, StringRef CustomSectionName = "");
968 for (unsigned int i = 0, n = Layout.getSectionOrder().size(); i != n; ++i) { in finishLayout()969 MCSection &Section = *Layout.getSectionOrder()[i]; in finishLayout()
715 for (auto *I : Layout.getSectionOrder()) { in finishLayout()
1947 int WasmSectionOrderChecker::getSectionOrder(unsigned ID, in getSectionOrder() function in WasmSectionOrderChecker2041 int Order = getSectionOrder(ID, CustomSectionName); in isValidSectionOrder()