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
818 for (unsigned i = 0, e = Layout.getSectionOrder().size(); i != e; ++i) { in layout()819 MCSection *Sec = Layout.getSectionOrder()[i]; in layout()1221 for (unsigned int i = 0, n = Layout.getSectionOrder().size(); i != n; ++i) { in finishLayout()1222 MCSection &Section = *Layout.getSectionOrder()[i]; in finishLayout()
124 if (Next >= Layout.getSectionOrder().size()) in getPaddingSize()127 const MCSection &NextSec = *Layout.getSectionOrder()[Next]; in getPaddingSize()645 for (const MCSection *Sec : Layout.getSectionOrder()) { in computeSectionAddresses()
358 int getSectionOrder(unsigned ID, StringRef CustomSectionName = "");
714 for (auto I : Layout.getSectionOrder()) { in finishLayout()
1077 for (unsigned int i = 0, n = Layout.getSectionOrder().size(); i != n; ++i) { in finishLayout()1078 MCSection &Section = *Layout.getSectionOrder()[i]; in finishLayout()
1790 int WasmSectionOrderChecker::getSectionOrder(unsigned ID, in getSectionOrder() function in WasmSectionOrderChecker1883 int Order = getSectionOrder(ID, CustomSectionName); in isValidSectionOrder()