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