Home
last modified time | relevance | path

Searched refs:consumeDebugMagic (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/COFF/
H A DChunks.h306 ArrayRef<uint8_t> consumeDebugMagic();
308 static ArrayRef<uint8_t> consumeDebugMagic(ArrayRef<uint8_t> data,
H A DChunks.cpp653 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic() { in consumeDebugMagic() function in lld::coff::SectionChunk
655 return consumeDebugMagic(getContents(), getSectionName()); in consumeDebugMagic()
658 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic(ArrayRef<uint8_t> data, in consumeDebugMagic() function in lld::coff::SectionChunk
H A DPDB.cpp655 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()
H A DInputFiles.cpp693 return sec->consumeDebugMagic(); in getDebugSection()