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

/external/llvm/lib/MC/
H A DMCAssembler.cpp77 const MCSectionData &SD = *F->getParent();
92 const MCSectionData &SD = *F->getParent();
97 MCSectionData &SD = *F->getParent();
151 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const {
157 uint64_t MCAsmLayout::getSectionFileSize(const MCSectionData *SD) const {
214 MCFragment::MCFragment(FragmentType _Kind, MCSectionData *_Parent)
234 MCSectionData::MCSectionData() : Section(0) {} function in class:MCSectionData
236 MCSectionData::MCSectionData(cons function in class:MCSectionData
[all...]
/external/llvm/include/llvm/MC/
H A DMCAssembler.h38 class MCSectionData;
71 MCSectionData *Parent;
93 MCFragment(FragmentType _Kind, MCSectionData *_Parent = 0);
102 MCSectionData *getParent() const { return Parent; }
103 void setParent(MCSectionData *Value) { Parent = Value; }
144 MCEncodedFragment(MCFragment::FragmentType FType, MCSectionData *SD = 0)
182 MCSectionData *SD = 0)
222 MCDataFragment(MCSectionData *SD = 0)
269 MCCompactEncodedInstFragment(MCSectionData *SD = 0)
305 MCRelaxableFragment(const MCInst &_Inst, MCSectionData *S
551 class MCSectionData : public ilist_node<MCSectionData> { class in namespace:llvm
[all...]

Completed in 30 milliseconds