Searched defs:DIEValueAllocator (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h123 // DIEValueAllocator - All DIEValues are allocated through this allocator.
124 BumpPtrAllocator DIEValueAllocator; member in class:llvm::DwarfUnit
254 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc(); }
H A DDwarfDebug.h160 BumpPtrAllocator DIEValueAllocator; member in class:llvm::DwarfDebug

Completed in 251 milliseconds