Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DInputFiles.h138 ArrayRef<SectionChunk *> getDebugChunks() { return debugChunks; } in getDebugChunks() function
H A DPDB.cpp653 for (SectionChunk *debugChunk : file->getDebugChunks()) { in writeAllModuleSymbolRecords()
1038 for (SectionChunk *debugChunk : source->file->getDebugChunks()) { in addDebugSymbols()
1723 for (SectionChunk *dbgC : c->file->getDebugChunks()) { in findLineTable()
H A DDebugTypes.cpp289 SectionChunk::findByName(file->getDebugChunks(), ".debug$H"); in getDebugH()