Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:DIEBlocks

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