HomeSort by relevance Sort by last modified time
    Searched refs:DIEBlocks (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 74 /// DIEBlocks - A list of all the DIEBlocks in use.
75 std::vector<DIEBlock *> DIEBlocks;
DwarfCompileUnit.cpp 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.
    [all...]

Completed in 152 milliseconds