Searched refs:getDebugChunks (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.h144 ArrayRef<SectionChunk *> getDebugChunks() { return debugChunks; } function in class:lld::coff::ObjFile
H A DDebugTypes.cpp180 SectionChunk::findByName(file->getDebugChunks(), ".debug$H");
H A DPDB.cpp868 for (SectionChunk *debugChunk : file->getDebugChunks()) {
1487 for (SectionChunk *dbgC : c->file->getDebugChunks()) {

Completed in 65 milliseconds