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