Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:DIE

1 //===--- lib/CodeGen/DIE.cpp - DWARF Info Entries -------------------------===//
14 #include "DIE.h"
107 // DIE Implementation
110 DIE::~DIE() {
115 /// addSiblingOffset - Add a sibling offset field to the front of the DIE.
117 DIEValue *DIE::addSiblingOffset(BumpPtrAllocator &A) {
125 void DIE::print(raw_ostream &O, unsigned IncIndent) {
132 << "Die: "
172 void DIE::dump() {
205 default: llvm_unreachable("DIE Value form not supported yet");
226 default: llvm_unreachable("DIE Value form not supported yet"); break;
314 O << format("Die: 0x%lx", (long)(intptr_t)Entry);
366 DIE::print(O, 5);