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

  /external/llvm/include/llvm/MC/
MCAsmLayout.h 77 llvm::SmallVectorImpl<MCSectionData*> &getSectionOrder() {
80 const llvm::SmallVectorImpl<MCSectionData*> &getSectionOrder() const {
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 93 virtual unsigned int getSectionOrder(const LDSection& pSectHdr) const = 0;
GNULDBackend.h 153 /// getSectionOrder - compute the layout order of the section
155 /// If the pSectHdr.type() is LDFileFormat::Target, then getSectionOrder()
162 virtual unsigned int getSectionOrder(const LDSection& pSectHdr) const;
  /external/llvm/lib/MC/
MCAssembler.cpp 877 for (unsigned i = 0, e = Layout.getSectionOrder().size(); i != e; ++i) {
878 MCSectionData *SD = Layout.getSectionOrder()[i];
    [all...]
MachObjectWriter.cpp 117 if (Next >= Layout.getSectionOrder().size())
120 const MCSectionData &NextSD = *Layout.getSectionOrder()[Next];
643 const SmallVectorImpl<MCSectionData*> &Order = Layout.getSectionOrder();
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 498 milliseconds