Lines Matching refs:Frag
279 MCCVInlineLineTableFragment &Frag) { in encodeInlineLineTable() argument
282 std::tie(LocBegin, LocEnd) = getLineExtent(Frag.SiteFuncId); in encodeInlineLineTable()
283 for (unsigned SecondaryId : Frag.SecondaryFuncs) { in encodeInlineLineTable()
295 InlinedFuncIds.insert(Frag.SiteFuncId); in encodeInlineLineTable()
296 InlinedFuncIds.insert(Frag.SecondaryFuncs.begin(), Frag.SecondaryFuncs.end()); in encodeInlineLineTable()
301 MCCVLineEntry StartLoc(Frag.getFnStartSym(), MCCVLoc(Locs.front())); in encodeInlineLineTable()
302 StartLoc.setFileNum(Frag.StartFileId); in encodeInlineLineTable()
303 StartLoc.setLine(Frag.StartLineNum); in encodeInlineLineTable()
307 SmallVectorImpl<char> &Buffer = Frag.getContents(); in encodeInlineLineTable()
364 computeLabelDiff(Layout, LastLoc->getLabel(), Frag.getFnEndSym()); in encodeInlineLineTable()
382 MCCVDefRangeFragment &Frag) { in encodeDefRange() argument
384 SmallVectorImpl<char> &Contents = Frag.getContents(); in encodeDefRange()
386 SmallVectorImpl<MCFixup> &Fixups = Frag.getFixups(); in encodeDefRange()
391 for (std::pair<const MCSymbol *, const MCSymbol *> Range : Frag.getRanges()) { in encodeDefRange()
407 StringRef FixedSizePortion = Frag.getFixedSizePortion(); in encodeDefRange()