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

References

include/llvm/DebugInfo/GSYM/InlineInfo.h
   68     CallFile = 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
   33      << ", CallLine = " << II.CallFile << '\n';
   94   Inline.CallFile = (uint32_t)Data.getULEB128(&Offset);
  133   O.writeULEB(CallFile);
unittests/DebugInfo/GSYM/GSYMTest.cpp
  277     Inline1.CallFile = 1;
  387   Inline1.CallFile = 1;
  392   Inline1Sub1.CallFile = 2;
  397   Inline1Sub2.CallFile = 3;