Searched refs:consumeDebugMagic (Results 1 – 4 of 4) sorted by relevance
594 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic() { in consumeDebugMagic() function in lld::coff::SectionChunk596 return consumeDebugMagic(getContents(), getSectionName()); in consumeDebugMagic()599 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic(ArrayRef<uint8_t> data, in consumeDebugMagic() function in lld::coff::SectionChunk
293 ArrayRef<uint8_t> consumeDebugMagic();295 static ArrayRef<uint8_t> consumeDebugMagic(ArrayRef<uint8_t> data,
647 SectionChunk::consumeDebugMagic(relocatedDebugContents, ".debug$S"); in handleDebugS()1498 SectionChunk::consumeDebugMagic(dbgC->getContents(), ".debug$S"); in findLineTable()
720 return sec->consumeDebugMagic(); in getDebugSection()