Home
last modified time | relevance | path

Searched refs:DIEBlocks (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h75 std::vector<DIEBlock *> DIEBlocks; variable
DDwarfCompileUnit.cpp43 for (unsigned j = 0, M = DIEBlocks.size(); j < M; ++j) in ~CompileUnit()
44 DIEBlocks[j]->~DIEBlock(); in ~CompileUnit()
125 DIEBlocks.push_back(Block); // Memoize so we can call the destructor later on. in addBlock()