Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DInputFiles.h144 ArrayRef<SectionChunk *> getDebugChunks() { return debugChunks; } in getDebugChunks()
283 std::vector<SectionChunk *> debugChunks; variable
DInputFiles.cpp280 debugChunks.push_back(c); in readSection()
719 if (SectionChunk *sec = SectionChunk::findByName(debugChunks, secName)) in getDebugSection()
794 if (!debugChunks.empty()) in initializeDependencies()