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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h138 return new (DIEValueAllocator) DIEBlock();
333 // DIEValueAllocator - All DIEValues are allocated through this allocator.
334 BumpPtrAllocator DIEValueAllocator; member in class:llvm::CompileUnit
H A DDwarfDebug.h191 /// DIEValueAllocator - All DIEValues are allocated through this allocator.
192 BumpPtrAllocator DIEValueAllocator; member in class:llvm::DwarfDebug

Completed in 56 milliseconds