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)
168 MCSectionData::MCSectionData() : Section(0) {}
170 MCSectionData::MCSectionData(const MCSection &_Section, MCAssembler *A
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 35 class MCSectionData;
63 MCSectionData *Parent;
85 MCFragment(FragmentType _Kind, MCSectionData *_Parent = 0);
94 MCSectionData *getParent() const { return Parent; }
95 void setParent(MCSectionData *Value) { Parent = Value; }
119 MCDataFragment(MCSectionData *SD = 0) : MCFragment(FT_Data, SD) {}
177 MCInstFragment(MCInst _Inst, MCSectionData *SD = 0)
238 unsigned _MaxBytesToEmit, MCSectionData *SD = 0)
278 MCSectionData *SD = 0)
310 MCOrgFragment(const MCExpr &_Offset, int8_t _Value, MCSectionData *SD = 0
    [all...]

Completed in 57 milliseconds