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

Declarations

include/llvm/DebugInfo/MSF/MSFBuilder.h
   94   ArrayRef<uint32_t> getStreamBlocks(uint32_t StreamIdx) const;

References

unittests/DebugInfo/MSF/MSFBuilderTest.cpp
  128   auto Blocks = Msf2.getStreamBlocks(0);
  167   auto OldStreamBlocks = Msf.getStreamBlocks(0);
  172   auto NewStreamBlocks = Msf.getStreamBlocks(0);
  189   std::vector<uint32_t> OldStreamBlocks = Msf.getStreamBlocks(0);
  194   std::vector<uint32_t> NewStreamBlocks = Msf.getStreamBlocks(0);
  210   std::vector<uint32_t> OldStreamBlocks = Msf.getStreamBlocks(0);
  215   std::vector<uint32_t> NewStreamBlocks = Msf.getStreamBlocks(0);
  231   std::vector<uint32_t> OldStreamBlocks = Msf.getStreamBlocks(0);
  236   std::vector<uint32_t> NewStreamBlocks = Msf.getStreamBlocks(0);