Searched defs:MCSectionData (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/MC/
H A DMCAssembler.cpp64 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) {} function in class:MCSectionData
170 MCSectionData::MCSectionData(cons function in class:MCSectionData
[all...]
/external/llvm/include/llvm/MC/
H A DMCAssembler.h35 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 *S
426 class MCSectionData : public ilist_node<MCSectionData> { class in namespace:llvm
[all...]

Completed in 65 milliseconds