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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h160 BumpPtrAllocator DIEValueAllocator; member in class:llvm::DwarfDebug
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(); }

Completed in 5083 milliseconds