Searched refs:consumeDebugMagic (Results 1 – 4 of 4) sorted by relevance
322 ArrayRef<uint8_t> consumeDebugMagic();324 static ArrayRef<uint8_t> consumeDebugMagic(ArrayRef<uint8_t> data,
689 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic() { in consumeDebugMagic() function in lld::coff::SectionChunk691 return consumeDebugMagic(getContents(), getSectionName()); in consumeDebugMagic()694 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic(ArrayRef<uint8_t> data, in consumeDebugMagic() function in lld::coff::SectionChunk
660 SectionChunk::consumeDebugMagic(sectionContents, ".debug$S"); in writeAllModuleSymbolRecords()762 contents = SectionChunk::consumeDebugMagic(contents, ".debug$S"); in handleDebugS()1740 SectionChunk::consumeDebugMagic(dbgC->getContents(), ".debug$S"); in findLineTable()
694 return sec->consumeDebugMagic(); in getDebugSection()