Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DChunks.cpp594 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic() { in consumeDebugMagic() function in lld::coff::SectionChunk
596 return consumeDebugMagic(getContents(), getSectionName()); in consumeDebugMagic()
599 ArrayRef<uint8_t> SectionChunk::consumeDebugMagic(ArrayRef<uint8_t> data, in consumeDebugMagic() function in lld::coff::SectionChunk
DChunks.h293 ArrayRef<uint8_t> consumeDebugMagic();
295 static ArrayRef<uint8_t> consumeDebugMagic(ArrayRef<uint8_t> data,
DPDB.cpp647 SectionChunk::consumeDebugMagic(relocatedDebugContents, ".debug$S"); in handleDebugS()
1498 SectionChunk::consumeDebugMagic(dbgC->getContents(), ".debug$S"); in findLineTable()
DInputFiles.cpp720 return sec->consumeDebugMagic(); in getDebugSection()