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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 1 //===-- llvm/CodeGen/DwarfCompileUnit.h - Dwarf Compile Unit ---*- C++ -*--===//
31 class DwarfCompileUnit : public DwarfUnit {
37 DwarfCompileUnit *Skeleton;
74 DwarfCompileUnit(unsigned UID, const DICompileUnit *Node, AsmPrinter *A,
77 DwarfCompileUnit *getSkeleton() const {
103 DwarfCompileUnit &getCU() override { return *this; }
173 void setSkeleton(DwarfCompileUnit &Skel) { Skeleton = &Skel; }
DwarfCompileUnit.cpp 1 #include "DwarfCompileUnit.h"
19 DwarfCompileUnit::DwarfCompileUnit(unsigned UID, const DICompileUnit *Node,
30 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute,
49 void DwarfCompileUnit::addLocalLabelAddress(DIE &Die,
63 unsigned DwarfCompileUnit::getOrCreateSourceID(StringRef FileName,
103 DIE *DwarfCompileUnit::getOrCreateGlobalVariableDIE(
219 void DwarfCompileUnit::addRange(RangeSpan Range) {
237 DwarfCompileUnit::addSectionLabel(DIE &Die, dwarf::Attribute Attribute,
247 void DwarfCompileUnit::initStmtList()
    [all...]

Completed in 46 milliseconds