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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h1 //===-- llvm/CodeGen/DwarfCompileUnit.h - Dwarf Compile Unit ---*- C++ -*--===//
31 class DwarfCompileUnit : public DwarfUnit { class in namespace:llvm
43 DwarfCompileUnit *Skeleton;
83 DwarfCompileUnit(unsigned UID, const DICompileUnit *Node, AsmPrinter *A,
90 DwarfCompileUnit *getSkeleton() const {
116 DwarfCompileUnit &getCU() override { return *this; }
191 void setSkeleton(DwarfCompileUnit &Skel) { Skeleton = &Skel; }
H A DDwarfCompileUnit.cpp1 #include "DwarfCompileUnit.h"
19 DwarfCompileUnit::DwarfCompileUnit(unsigned UID, const DICompileUnit *Node, function in class:llvm::DwarfCompileUnit
31 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute,
50 void DwarfCompileUnit::addLocalLabelAddress(DIE &Die,
64 unsigned DwarfCompileUnit::getOrCreateSourceID(StringRef FileName,
104 DIE *DwarfCompileUnit::getOrCreateGlobalVariableDIE(
231 void DwarfCompileUnit::addRange(RangeSpan Range) {
249 DwarfCompileUnit::addSectionLabel(DIE &Die, dwarf::Attribute Attribute,
259 void DwarfCompileUnit
[all...]

Completed in 95 milliseconds