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 76 llvm::SmallVectorImpl<MCSectionData*> &getSectionOrder() {
79 const llvm::SmallVectorImpl<MCSectionData*> &getSectionOrder() const {
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 115 virtual unsigned int getSectionOrder(const LDSection& pSectHdr) const = 0;
GNULDBackend.h 149 /// getSectionOrder - compute the layout order of the section
151 /// If the pSectHdr.type() is LDFileFormat::Target, then getSectionOrder()
158 virtual unsigned int getSectionOrder(const LDSection& pSectHdr) const;
  /external/llvm/lib/MC/
MCAssembler.cpp 748 for (unsigned i = 0, e = Layout.getSectionOrder().size(); i != e; ++i) {
749 MCSectionData *SD = Layout.getSectionOrder()[i];
    [all...]
MachObjectWriter.cpp 116 if (Next >= Layout.getSectionOrder().size())
119 const MCSectionData &NextSD = *Layout.getSectionOrder()[Next];
589 const SmallVectorImpl<MCSectionData*> &Order = Layout.getSectionOrder();
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 406 milliseconds