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

Declarations

include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
  124   void addLineInfo(uint32_t Offset, const LineInfo &Line);

References

lib/DebugInfo/CodeView/DebugLinesSubsection.cpp
   96   addLineInfo(Offset, Line);
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  435         Result->addLineInfo(L.Offset, LineInfo(L.LineStart, LE, L.IsStatement));