Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DChunks.cpp707 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic() { in consumeDebugMagic() function in lld::coff::SectionChunk
709 return consumeDebugMagic(getContents(), getSectionName()); in consumeDebugMagic()
712 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic(ArrayRef<uint8_t> data, in consumeDebugMagic() function in lld::coff::SectionChunk
H A DChunks.h340 ArrayRef<uint8_t> consumeDebugMagic();
342 static ArrayRef<uint8_t> consumeDebugMagic(ArrayRef<uint8_t> data,
H A DPDB.cpp657 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()
H A DInputFiles.cpp696 return sec->consumeDebugMagic(); in getDebugSection()