Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp331 if (SectionChunk *Sec = findByName(File->getDebugChunks(), SecName)) in getDebugSection()
353 SectionChunk *Sec = findByName(File->getDebugChunks(), ".debug$H"); in getDebugH()
391 auto DbgIt = find_if(File->getDebugChunks(), [](SectionChunk *C) { in extractPCHSignature()
1325 for (SectionChunk *DebugChunk : File->getDebugChunks()) { in addObjFile()
1663 for (SectionChunk *DbgC : C->File->getDebugChunks()) { in findLineTable()
H A DInputFiles.h114 ArrayRef<SectionChunk *> getDebugChunks() { return DebugChunks; } in getDebugChunks() function