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

Overrides

include/llvm/DebugInfo/MSF/IMSFFile.h
   32   virtual Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,

Declarations

include/llvm/DebugInfo/PDB/Native/PDBFile.h
   70   Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,

References

tools/llvm-pdbutil/BytesOutputStyle.cpp
  215     auto ExpectedData = File.getBlockData(I, File.getBlockSize());
tools/llvm-pdbutil/LinePrinter.cpp
  257         cantFail(File.getBlockData(Blocks.front(), File.getBlockSize()));