Home | History | Annotate | Download | only in elff

Lines Matching defs:DwarfCU

14  * Contains implementation of a class DwarfCU, that encapsulates a compilation
24 DwarfCU::DwarfCU(ElfFile* elf)
30 DwarfCU::~DwarfCU() {
37 DwarfCU* DwarfCU::create_instance(ElfFile* elf, const void* hdr) {
38 DwarfCU* ret;
55 const Elf_Byte* DwarfCU::process_attrib(const Elf_Byte* prop,
281 void DwarfCU::dump() const {
299 : DwarfCU(elf),