Searched refs:DwarfAllocBase (Results 1 - 4 of 4) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
H A Delf_alloc.h72 * for DWARF object allocation implementation. See DwarfAllocBase for more
110 class DwarfAllocBase { class
112 /* Constructs DwarfAllocBase instance. */
113 DwarfAllocBase() { function in class:DwarfAllocBase
116 /* Destructs DwarfAllocBase instance. */
117 virtual ~DwarfAllocBase() {
H A Ddwarf_die.h29 class DIEObject : public DwarfAllocBase {
H A Delf_alloc.cc60 void* DwarfAllocBase::operator new(size_t size, const ElfFile* elf) {
H A Ddwarf_cu.h102 class DwarfCU : public DwarfAllocBase {

Completed in 120 milliseconds