Home
last modified time | relevance | path

Searched refs:SectionOrder (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmLayout.h33 llvm::SmallVector<MCSection *, 16> SectionOrder; variable
66 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; } in getSectionOrder()
68 return SectionOrder; in getSectionOrder()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCFragment.cpp37 SectionOrder.push_back(&Sec); in MCAsmLayout()
40 SectionOrder.push_back(&Sec); in MCAsmLayout()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DWriter.cpp1111 DenseMap<const InputSectionBase *, int> SectionOrder; in buildSectionOrder() local
1117 return SectionOrder; in buildSectionOrder()
1144 int &Priority = SectionOrder[cast<InputSectionBase>(Sec->Repl)]; in buildSectionOrder()
1165 return SectionOrder; in buildSectionOrder()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DWriter.cpp783 auto SectionOrder = [&](OutputSection *S) { in createSections() local
798 return SectionOrder(S) < SectionOrder(T); in createSections()