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 79 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) {}
290 MCSectionData::MCSectionData(const MCSection &_Section, MCAssembler *A
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 38 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 *SD = nullptr
    [all...]

Completed in 53 milliseconds