Searched refs:computeLabelDiff (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 261 static unsigned computeLabelDiff(MCAsmLayout &Layout, const MCSymbol *Begin, in computeLabelDiff() function 315 computeLabelDiff(Layout, LastLoc->getLabel(), Loc.getLabel()); in encodeInlineLineTable() 338 computeLabelDiff(Layout, LastLoc->getLabel(), Loc.getLabel()); in encodeInlineLineTable() 364 computeLabelDiff(Layout, LastLoc->getLabel(), Frag.getFnEndSym()); in encodeInlineLineTable() 373 computeLabelDiff(Layout, LastLoc->getLabel(), Loc.getLabel()); in encodeInlineLineTable() 392 unsigned RangeSize = computeLabelDiff(Layout, Range.first, Range.second); in encodeDefRange()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 444 static unsigned computeLabelDiff(MCAsmLayout &Layout, const MCSymbol *Begin, in computeLabelDiff() function 535 unsigned Length = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 565 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 594 computeLabelDiff(Layout, LastLabel, Frag.getFnEndSym()); in encodeInlineLineTable() 601 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 622 LastLabel ? computeLabelDiff(Layout, LastLabel, Range.first) : 0; in encodeDefRange() 623 unsigned RangeSize = computeLabelDiff(Layout, Range.first, Range.second); in encodeDefRange()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 445 static unsigned computeLabelDiff(MCAsmLayout &Layout, const MCSymbol *Begin, in computeLabelDiff() function 536 unsigned Length = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 566 unsigned CodeDelta = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 592 computeLabelDiff(Layout, LastLabel, Frag.getFnEndSym()); in encodeInlineLineTable() 599 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable() 620 LastLabel ? computeLabelDiff(Layout, LastLabel, Range.first) : 0; in encodeDefRange() 621 unsigned RangeSize = computeLabelDiff(Layout, Range.first, Range.second); in encodeDefRange()
|