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 80 const MCSectionData &SD = *F->getParent();
95 const MCSectionData &SD = *F->getParent();
100 MCSectionData &SD = *F->getParent();
217 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const {
223 uint64_t MCAsmLayout::getSectionFileSize(const MCSectionData *SD) const {
281 MCFragment::MCFragment(FragmentType Kind, MCSectionData *Parent)
299 MCSectionData::MCSectionData() : Section(nullptr) {}
301 MCSectionData::MCSectionData(const MCSection &Section, MCAssembler *A
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 40 class MCSectionData;
70 MCSectionData *Parent;
91 MCFragment(FragmentType Kind, MCSectionData *Parent = nullptr);
100 MCSectionData *getParent() const { return Parent; }
101 void setParent(MCSectionData *Value) { Parent = Value; }
142 MCEncodedFragment(MCFragment::FragmentType FType, MCSectionData *SD = nullptr)
180 MCSectionData *SD = nullptr)
220 MCDataFragment(MCSectionData *SD = nullptr)
269 MCCompactEncodedInstFragment(MCSectionData *SD = nullptr)
311 MCSectionData *SD = nullptr
    [all...]

Completed in 638 milliseconds