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;
69 DwarfCompileUnit(unsigned UID, DICompileUnit Node, AsmPrinter *A,
72 DwarfCompileUnit *getSkeleton() const {
98 DwarfCompileUnit &getCU() override { return *this; }
166 void setSkeleton(DwarfCompileUnit &Skel) { Skeleton = &Skel; }
DwarfCompileUnit.cpp 1 #include "DwarfCompileUnit.h"
18 DwarfCompileUnit::DwarfCompileUnit(unsigned UID, DICompileUnit Node,
29 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute,
48 void DwarfCompileUnit::addLocalLabelAddress(DIE &Die,
59 unsigned DwarfCompileUnit::getOrCreateSourceID(StringRef FileName,
99 DIE *DwarfCompileUnit::getOrCreateGlobalVariableDIE(DIGlobalVariable GV) {
210 void DwarfCompileUnit::addRange(RangeSpan Range) {
227 void DwarfCompileUnit::addSectionLabel(DIE &Die, dwarf::Attribute Attribute,
239 void DwarfCompileUnit::initStmtList()
    [all...]

Completed in 508 milliseconds