Searched refs:debugChunks (Results 1 – 2 of 2) sorted by relevance
146 ArrayRef<SectionChunk *> getDebugChunks() { return debugChunks; } in getDebugChunks()286 std::vector<SectionChunk *> debugChunks; variable
280 debugChunks.push_back(c); in readSection()721 if (SectionChunk *sec = SectionChunk::findByName(debugChunks, secName)) in getDebugSection()796 if (!debugChunks.empty()) in initializeDependencies()