Home
last modified time | relevance | path

Searched refs:LocAfterLength (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/MC/
DMCCodeView.cpp365 unsigned LocAfterLength = ~0U; in encodeInlineLineTable() local
372 LocAfterLength = in encodeInlineLineTable()
378 compressAnnotation(std::min(EndSymLength, LocAfterLength), Buffer); in encodeInlineLineTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp587 unsigned LocAfterLength = ~0U; in encodeInlineLineTable() local
593 LocAfterLength = computeLabelDiff(Layout, LastLabel, Loc.getLabel()); in encodeInlineLineTable()
597 compressAnnotation(std::min(EndSymLength, LocAfterLength), Buffer); in encodeInlineLineTable()