Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DInputFiles.h138 ArrayRef<SectionChunk *> getDebugChunks() { return debugChunks; } in getDebugChunks()
281 std::vector<SectionChunk *> debugChunks; variable
H A DInputFiles.cpp252 debugChunks.push_back(c); in readSection()
695 if (SectionChunk *sec = SectionChunk::findByName(debugChunks, secName)) in getDebugSection()
770 if (!debugChunks.empty()) in initializeDependencies()