Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DInputFiles.h144 ArrayRef<SectionChunk *> getDebugChunks() { return debugChunks; } in getDebugChunks() function
DPDB.cpp838 for (SectionChunk *debugChunk : source->file->getDebugChunks()) { in addDebugSymbols()
1481 for (SectionChunk *dbgC : c->file->getDebugChunks()) { in findLineTable()
DDebugTypes.cpp296 SectionChunk::findByName(file->getDebugChunks(), ".debug$H"); in getDebugH()