Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DInputFiles.h138 ArrayRef<SectionChunk *> getDebugChunks() { return debugChunks; } in getDebugChunks()
278 std::vector<SectionChunk *> debugChunks; variable
H A DInputFiles.cpp251 debugChunks.push_back(c); in readSection()
692 if (SectionChunk *sec = SectionChunk::findByName(debugChunks, secName)) in getDebugSection()
766 if (!debugChunks.empty()) in initializeDependencies()