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

Declarations

tools/lld/COFF/Chunks.h
  298   static ArrayRef<uint8_t> consumeDebugMagic(ArrayRef<uint8_t> data,

References

tools/lld/COFF/Chunks.cpp
  596   return consumeDebugMagic(getContents(), getSectionName());
tools/lld/COFF/PDB.cpp
  989   ArrayRef<uint8_t> relocatedDebugContents = SectionChunk::consumeDebugMagic(
 1737         SectionChunk::consumeDebugMagic(dbgC->getContents(), ".debug$S");