Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:DIEBlocks

43   for (unsigned j = 0, M = DIEBlocks.size(); j < M; ++j)
44 DIEBlocks[j]->~DIEBlock();
116 DIEBlocks.push_back(Block); // Memoize so we can call the destructor later on.