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

References

include/llvm/DebugInfo/GSYM/FunctionInfo.h
  145   uint64_t size() const { return Range.size(); }
lib/DebugInfo/GSYM/GsymCreator.cpp
  229       } else if (Prev->Range.size() == 0 &&
lib/DebugInfo/GSYM/GsymReader.cpp
  256       if (ExpectedFI->Range.contains(Addr) || ExpectedFI->Range.size() == 0)
lib/DebugInfo/GSYM/Range.cpp
   21   if (Range.size() == 0)
   46   if (Range.size() == 0)
   73   O.writeULEB(size());
unittests/DebugInfo/GSYM/GSYMTest.cpp
  548   EXPECT_EQ(Range.size(), EndAddr - StartAddr);