LLVM
8.0.1
|
A pointer to another debug information entry. More...
#include "llvm/CodeGen/DIE.h"
Public Member Functions | |
DIEEntry ()=delete | |
DIEEntry (DIE &E) | |
DIE & | getEntry () const |
void | EmitValue (const AsmPrinter *AP, dwarf::Form Form) const |
EmitValue - Emit debug information entry offset. More... | |
unsigned | SizeOf (const AsmPrinter *AP, dwarf::Form Form) const |
void | print (raw_ostream &O) const |
A pointer to another debug information entry.
An instance of this class can also be used as a proxy for a debug information entry not yet defined (ie. types.)
|
delete |
void DIEEntry::EmitValue | ( | const AsmPrinter * | AP, |
dwarf::Form | Form | ||
) | const |
EmitValue - Emit debug information entry offset.
Definition at line 615 of file DIE.cpp.
References llvm::AsmPrinter::EmitLabelPlusOffset(), llvm::AsmPrinter::EmitULEB128(), llvm_unreachable, and llvm::AsmPrinter::OutStreamer.
|
inline |
Definition at line 301 of file DIE.h.
References llvm::RISCVFenceField::O, and print().
Referenced by llvm::DwarfUnit::addDIEEntry().
LLVM_DUMP_METHOD void DIEEntry::print | ( | raw_ostream & | O | ) | const |
Definition at line 675 of file DIE.cpp.
References llvm::format().
unsigned DIEEntry::SizeOf | ( | const AsmPrinter * | AP, |
dwarf::Form | Form | ||
) | const |
Definition at line 646 of file DIE.cpp.
References llvm::dwarf::DWARF32, llvm::dwarf::DWARF64, llvm::MCAsmInfo::getCodePointerSize(), llvm::AsmPrinter::getDwarfVersion(), llvm::getULEB128Size(), LLVM_DUMP_METHOD, llvm_unreachable, llvm::AsmPrinter::MAI, and llvm::AsmPrinter::OutStreamer.