OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DIEValueAllocator
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
102
return new (
DIEValueAllocator
) DIEBlock();
292
//
DIEValueAllocator
- All DIEValues are allocated through this allocator.
293
BumpPtrAllocator
DIEValueAllocator
;
DwarfDebug.h
296
//
DIEValueAllocator
- All DIEValues are allocated through this allocator.
297
BumpPtrAllocator
DIEValueAllocator
;
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h
74
BumpPtrAllocator
DIEValueAllocator
;
156
DIELoc *getDIELoc() { return new (
DIEValueAllocator
) DIELoc; }
DwarfDebug.h
195
BumpPtrAllocator
DIEValueAllocator
;
Completed in 448 milliseconds