Searched defs:getSectionOrder (Results 1 – 10 of 10) sorted by relevance
69 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; } in getSectionOrder() function70 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const { in getSectionOrder() function
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
1867 int WasmSectionOrderChecker::getSectionOrder(unsigned ID, in getSectionOrder() function in WasmSectionOrderChecker
1305 unsigned int GNULDBackend::getSectionOrder(const LDSection& pSectHdr) const { in getSectionOrder() function in mcld::GNULDBackend