HomeSort by relevance Sort by last modified time
    Searched defs:MCSectionData (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
MCAssembler.cpp 64 const MCSectionData &SD = *F->getParent();
78 const MCSectionData &SD = *F->getParent();
83 MCSectionData &SD = *F->getParent();
136 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const {
142 uint64_t MCAsmLayout::getSectionFileSize(const MCSectionData *SD) const {
159 MCFragment::MCFragment(FragmentType _Kind, MCSectionData *_Parent)
169 MCSectionData::MCSectionData() : Section(0) {}
171 MCSectionData::MCSectionData(const MCSection &_Section, MCAssembler *A
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 38 class MCSectionData;
70 MCSectionData *Parent;
92 MCFragment(FragmentType _Kind, MCSectionData *_Parent = 0);
101 MCSectionData *getParent() const { return Parent; }
102 void setParent(MCSectionData *Value) { Parent = Value; }
127 MCDataFragment(MCSectionData *SD = 0) : MCFragment(FT_Data, SD) {}
187 MCInstFragment(MCInst _Inst, MCSectionData *SD = 0)
250 unsigned _MaxBytesToEmit, MCSectionData *SD = 0)
292 MCSectionData *SD = 0)
326 MCOrgFragment(const MCExpr &_Offset, int8_t _Value, MCSectionData *SD = 0
    [all...]

Completed in 19 milliseconds