HomeSort by relevance Sort by last modified time
    Searched defs:DwarfDebug (Results 1 - 2 of 2) sorted by null

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

Completed in 2321 milliseconds