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

/external/llvm/lib/MC/
H A DMCAssembler.cpp79 const MCSectionData &SD = *F->getParent();
94 const MCSectionData &SD = *F->getParent();
99 MCSectionData &SD = *F->getParent();
206 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const {
212 uint64_t MCAsmLayout::getSectionFileSize(const MCSectionData *SD) const {
269 MCFragment::MCFragment(FragmentType _Kind, MCSectionData *_Parent)
288 MCSectionData::MCSectionData() : Section(nullptr) {} function in class:MCSectionData
290 MCSectionData::MCSectionData(cons function in class:MCSectionData
[all...]
/external/llvm/include/llvm/MC/
H A DMCAssembler.h38 class MCSectionData;
68 MCSectionData *Parent;
89 MCFragment(FragmentType _Kind, MCSectionData *_Parent = nullptr);
98 MCSectionData *getParent() const { return Parent; }
99 void setParent(MCSectionData *Value) { Parent = Value; }
140 MCEncodedFragment(MCFragment::FragmentType FType, MCSectionData *SD = nullptr)
178 MCSectionData *SD = nullptr)
218 MCDataFragment(MCSectionData *SD = nullptr)
267 MCCompactEncodedInstFragment(MCSectionData *SD = nullptr)
310 MCSectionData *S
561 class MCSectionData : public ilist_node<MCSectionData> { class in namespace:llvm
[all...]

Completed in 71 milliseconds