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

/external/llvm/lib/MC/
H A DMCAssembler.cpp65 const MCSectionData &SD = *F->getParent();
79 const MCSectionData &SD = *F->getParent();
84 MCSectionData &SD = *F->getParent();
137 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const {
143 uint64_t MCAsmLayout::getSectionFileSize(const MCSectionData *SD) const {
160 MCFragment::MCFragment(FragmentType _Kind, MCSectionData *_Parent)
170 MCSectionData::MCSectionData() : Section(0) {} function in class:MCSectionData
172 MCSectionData::MCSectionData(cons function in class:MCSectionData
[all...]
/external/llvm/include/llvm/MC/
H A DMCAssembler.h38 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(const MCInst &_Inst, MCSectionData *SD = 0)
250 unsigned _MaxBytesToEmit, MCSectionData *SD = 0)
292 MCSectionData *SD = 0)
326 MCOrgFragment(const MCExpr &_Offset, int8_t _Value, MCSectionData *S
448 class MCSectionData : public ilist_node<MCSectionData> { class in namespace:llvm
[all...]

Completed in 64 milliseconds