Searched refs:consumeDebugMagic (Results 1 – 4 of 4) sorted by relevance
709 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic() { in consumeDebugMagic() function in lld::coff::SectionChunk711 return consumeDebugMagic(getContents(), getSectionName()); in consumeDebugMagic()714 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic(ArrayRef<uint8_t> data, in consumeDebugMagic() function in lld::coff::SectionChunk
351 ArrayRef<uint8_t> consumeDebugMagic();353 static ArrayRef<uint8_t> consumeDebugMagic(ArrayRef<uint8_t> data,
657 SectionChunk::consumeDebugMagic(sectionContents, ".debug$S"); in writeAllModuleSymbolRecords()759 contents = SectionChunk::consumeDebugMagic(contents, ".debug$S"); in handleDebugS()1774 SectionChunk::consumeDebugMagic(dbgC->getContents(), ".debug$S"); in findLineTable()
735 return sec->consumeDebugMagic(); in getDebugSection()