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

References

include/llvm/DebugInfo/GSYM/InlineInfo.h
   67     Name = 0;
  123   return LHS.Name == RHS.Name && LHS.CallFile == RHS.CallFile &&
  123   return LHS.Name == RHS.Name && LHS.CallFile == RHS.CallFile &&
lib/DebugInfo/GSYM/InlineInfo.cpp
   32   OS << " Name = " << HEX32(II.Name) << ", CallFile = " << II.CallFile
   45     if (II.Name != 0)
   90   Inline.Name = Data.getU32(&Offset);
  132   O.writeU32(Name);
unittests/DebugInfo/GSYM/GSYMTest.cpp
  276     Inline1.Name = 1;
  386   Inline1.Name = 1;
  391   Inline1Sub1.Name = 2;
  396   Inline1Sub2.Name = 3;