Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DInputFiles.h138 ArrayRef<SectionChunk *> getDebugChunks() { return debugChunks; } in getDebugChunks()
278 std::vector<SectionChunk *> debugChunks; variable
H A DInputFiles.cpp252 debugChunks.push_back(c); in readSection()
693 if (SectionChunk *sec = SectionChunk::findByName(debugChunks, secName)) in getDebugSection()
768 if (!debugChunks.empty()) in initializeDependencies()