Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp1129 uint8_t *Buffer = Alloc.Allocate<uint8_t>(DebugChunk.getSize()); in relocateDebugChunk()
1130 assert(DebugChunk.OutputSectionOff == 0 && in relocateDebugChunk()
1132 DebugChunk.readRelocTargets(); in relocateDebugChunk()
1133 DebugChunk.writeTo(Buffer); in relocateDebugChunk()
1134 return makeArrayRef(Buffer, DebugChunk.getSize()); in relocateDebugChunk()
1325 for (SectionChunk *DebugChunk : File->getDebugChunks()) { in addObjFile()
1326 if (!DebugChunk->Live || DebugChunk->getSize() == 0) in addObjFile()
1329 if (DebugChunk->getSectionName() == ".debug$S") { in addObjFile()
1330 DSH.handleDebugS(*DebugChunk); in addObjFile()
1334 if (DebugChunk->getSectionName() == ".debug$F") { in addObjFile()
[all …]