Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:DIE

1 //===--- lib/CodeGen/DIE.cpp - DWARF Info Entries -------------------------===//
14 #include "DIE.h"
107 /// Climb up the parent chain to get the unit DIE to which this DIE
109 const DIE *DIE::getUnit() const {
110 const DIE *Cu = getUnitOrNull();
115 /// Climb up the parent chain to get the unit DIE this DIE belongs
116 /// to. Return NULL if DIE is not added to an owner yet.
117 const DIE *DIE::getUnitOrNull() const {
118 const DIE *p = this;
128 DIEValue *DIE::findAttribute(dwarf::Attribute Attribute) const {
141 void DIE::print(raw_ostream &O, unsigned IndentCount) const {
147 << "Die: "
186 void DIE::dump() {
230 default: llvm_unreachable("DIE Value form not supported yet");
256 default: llvm_unreachable("DIE Value form not supported yet");
412 O << format("Die: 0x%lx", (long)(intptr_t)&Entry);
483 DIE::print(O, 5);
534 DIE::print(O, 5);