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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 138 return new (DIEValueAllocator) DIEBlock();
333 // DIEValueAllocator - All DIEValues are allocated through this allocator.
334 BumpPtrAllocator DIEValueAllocator;
DwarfDebug.h 191 /// DIEValueAllocator - All DIEValues are allocated through this allocator.
192 BumpPtrAllocator DIEValueAllocator;

Completed in 2465 milliseconds