reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/MC/MCCodeView.h
  178   ArrayRef<MCCVLoc> getLinesForExtent(size_t L, size_t R);

References

lib/MC/MCCodeView.cpp
  478   ArrayRef<MCCVLoc> Locs = getLinesForExtent(LocBegin, LocEnd);
  596   ArrayRef<MCCVLoc> LocAfter = getLinesForExtent(LocEnd, LocEnd + 1);