Searched defs:getSectionOrder (Results 1 – 3 of 3) sorted by relevance
66 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; } in getSectionOrder() function67 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const { in getSectionOrder() function
65 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; } in getSectionOrder() function66 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const { in getSectionOrder() function
1565 int WasmSectionOrderChecker::getSectionOrder(unsigned ID, in getSectionOrder() function in WasmSectionOrderChecker