HomeSort by relevance Sort by last modified time
    Searched refs:getSectionOrder (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/MC/
MCAsmLayout.h 69 llvm::SmallVectorImpl<MCSectionData*> &getSectionOrder() {
72 const llvm::SmallVectorImpl<MCSectionData*> &getSectionOrder() const {
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 131 virtual unsigned int getSectionOrder(const Output& pOutput,
GNULDBackend.h 209 /// getSectionOrder - compute the layout order of the section
211 /// If the pSectHdr.type() is LDFileFormat::Target, then getSectionOrder()
218 virtual unsigned int getSectionOrder(const Output& pOutput,
  /external/llvm/lib/MC/
MCAssembler.cpp 588 for (unsigned i = 0, e = Layout.getSectionOrder().size(); i != e; ++i) {
589 MCSectionData *SD = Layout.getSectionOrder()[i];
821 for (unsigned int i = 0, n = Layout.getSectionOrder().size(); i != n; ++i) {
822 Layout.getFragmentOffset(&*Layout.getSectionOrder()[i]->rbegin());
    [all...]
MachObjectWriter.cpp 102 if (Next >= Layout.getSectionOrder().size())
105 const MCSectionData &NextSD = *Layout.getSectionOrder()[Next];
546 const SmallVectorImpl<MCSectionData*> &Order = Layout.getSectionOrder();
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/LD/
Layout.cpp 526 pBackend.getSectionOrder(pOutput, *m_SectionOrder[index], pInfo)));

Completed in 2600 milliseconds