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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h102 return new (DIEValueAllocator) DIEBlock();
292 // DIEValueAllocator - All DIEValues are allocated through this allocator.
293 BumpPtrAllocator DIEValueAllocator; member in class:llvm::CompileUnit
H A DDwarfDebug.h297 // DIEValueAllocator - All DIEValues are allocated through this allocator.
298 BumpPtrAllocator DIEValueAllocator; member in class:llvm::DwarfDebug

Completed in 32 milliseconds