Home | History | Annotate | Download | only in MC

Lines Matching refs:DF

449                                 const MCFixup &Fixup, const MCFragment *DF,
479 *DF, false, true);
506 uint32_t Offset = Layout.getFragmentOffset(DF) + Fixup.getOffset();
516 Backend.processFixupValue(*this, Layout, Fixup, DF, Target, Value,
797 const MCDataFragment &DF = cast<MCDataFragment>(*it);
798 assert(DF.fixup_begin() == DF.fixup_end() &&
800 for (unsigned i = 0, e = DF.getContents().size(); i != e; ++i)
801 if (DF.getContents()[i]) {
935 const MCRelaxableFragment *DF,
940 if (!evaluateFixup(Layout, Fixup, DF, Target, Value))
943 return getBackend().fixupNeedsRelaxation(Fixup, Value, DF, Layout);
1013 MCDwarfLineAddrFragment &DF) {
1016 uint64_t OldSize = DF.getContents().size();
1017 bool IsAbs = DF.getAddrDelta().EvaluateAsAbsolute(AddrDelta, Layout);
1021 LineDelta = DF.getLineDelta();
1022 SmallString<8> &Data = DF.getContents();
1031 MCDwarfCallFrameFragment &DF) {
1034 uint64_t OldSize = DF.getContents().size();
1035 bool IsAbs = DF.getAddrDelta().EvaluateAsAbsolute(AddrDelta, Layout);
1038 SmallString<8> &Data = DF.getContents();
1156 const MCDataFragment *DF = cast<MCDataFragment>(this);
1159 const SmallVectorImpl<char> &Contents = DF->getContents();
1166 if (DF->fixup_begin() != DF->fixup_end()) {
1169 for (MCDataFragment::const_fixup_iterator it = DF->fixup_begin(),
1170 ie = DF->fixup_end(); it != ie; ++it) {
1171 if (it != DF->fixup_begin()) OS << ",\n ";