Searched refs:consumeDebugMagic (Results 1 – 4 of 4) sorted by relevance
306 ArrayRef<uint8_t> consumeDebugMagic();308 static ArrayRef<uint8_t> consumeDebugMagic(ArrayRef<uint8_t> data,
653 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic() { in consumeDebugMagic() function in lld::coff::SectionChunk655 return consumeDebugMagic(getContents(), getSectionName()); in consumeDebugMagic()658 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic(ArrayRef<uint8_t> data, in consumeDebugMagic() function in lld::coff::SectionChunk
655 SectionChunk::consumeDebugMagic(sectionContents, ".debug$S"); in writeAllModuleSymbolRecords()757 contents = SectionChunk::consumeDebugMagic(contents, ".debug$S"); in handleDebugS()1722 SectionChunk::consumeDebugMagic(dbgC->getContents(), ".debug$S"); in findLineTable()
693 return sec->consumeDebugMagic(); in getDebugSection()