Searched defs:DwarfDebug (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1 //===-- llvm/CodeGen/DwarfDebug.cpp - Dwarf Debug Framework ---------------===//
15 #include "DwarfDebug.h"
180 DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M) function in class:DwarfDebug
229 DwarfDebug::~DwarfDebug() {
358 DIE *DwarfDebug::updateSubprogramScopeDIE(CompileUnit *SPCU,
436 DIE *DwarfDebug::constructLexicalScopeDIE(CompileUnit *TheCU,
484 DIE *DwarfDebug::constructInlinedScopeDIE(CompileUnit *TheCU,
567 DIE *DwarfDebug
[all...]
H A DDwarfDebug.h1 //===-- llvm/CodeGen/DwarfDebug.h - Dwarf Debug Framework ------*- C++ -*--===//
266 void emitUnits(DwarfDebug *DD, const MCSection *USection,
304 class DwarfDebug { class in namespace:llvm
635 DwarfDebug(AsmPrinter *A, Module *M);
636 ~DwarfDebug();

Completed in 58 milliseconds