Lines Matching defs:const
36 void DIEAbbrevData::Profile(FoldingSetNodeID &ID) const { in Profile()
51 void DIEAbbrev::Profile(FoldingSetNodeID &ID) const { in Profile()
62 void DIEAbbrev::Emit(const AsmPrinter *AP) const { in Emit() argument
101 void DIEAbbrev::print(raw_ostream &O) const { in print()
160 void DIEAbbrevSet::Emit(const AsmPrinter *AP, MCSection *Section) const { in Emit()
210 DIEValue DIE::findAttribute(dwarf::Attribute Attribute) const { in findAttribute()
236 void DIE::print(raw_ostream &O, unsigned IndentCount) const { in print()
315 void DIEValue::emitValue(const AsmPrinter *AP) const { in emitValue() argument
327 unsigned DIEValue::sizeOf(const dwarf::FormParams &FormParams) const { in sizeOf() argument
340 void DIEValue::print(raw_ostream &O) const { in print()
364 void DIEInteger::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue()
422 dwarf::Form Form) const { in sizeOf()
443 void DIEInteger::print(raw_ostream &O) const { in print()
454 void DIEExpr::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue()
461 dwarf::Form Form) const { in sizeOf()
475 void DIEExpr::print(raw_ostream &O) const { O << "Expr: " << *Expr; } in print()
483 void DIELabel::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue()
492 dwarf::Form Form) const { in sizeOf()
509 void DIELabel::print(raw_ostream &O) const { O << "Lbl: " << Label->getName(); } in print()
515 void DIEBaseTypeRef::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue()
521 unsigned DIEBaseTypeRef::sizeOf(const dwarf::FormParams &, dwarf::Form) const { in sizeOf()
526 void DIEBaseTypeRef::print(raw_ostream &O) const { O << "BaseTypeRef: " << Index; } in print()
534 void DIEDelta::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue()
542 dwarf::Form Form) const { in sizeOf()
556 void DIEDelta::print(raw_ostream &O) const { in print()
566 void DIEString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue()
591 dwarf::Form Form) const { in sizeOf()
611 void DIEString::print(raw_ostream &O) const { in print()
618 void DIEInlineString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue()
627 unsigned DIEInlineString::sizeOf(const dwarf::FormParams &, dwarf::Form) const { in sizeOf()
633 void DIEInlineString::print(raw_ostream &O) const { in print()
643 void DIEEntry::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue()
677 dwarf::Form Form) const { in sizeOf()
698 void DIEEntry::print(raw_ostream &O) const { in print()
706 unsigned DIELoc::computeSize(const dwarf::FormParams &FormParams) const { in computeSize() argument
717 void DIELoc::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue()
735 unsigned DIELoc::sizeOf(const dwarf::FormParams &, dwarf::Form Form) const { in sizeOf()
748 void DIELoc::print(raw_ostream &O) const { in print()
756 unsigned DIEBlock::computeSize(const dwarf::FormParams &FormParams) const { in computeSize() argument
767 void DIEBlock::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue()
787 unsigned DIEBlock::sizeOf(const dwarf::FormParams &, dwarf::Form Form) const { in sizeOf()
800 void DIEBlock::print(raw_ostream &O) const { in print()
809 dwarf::Form Form) const { in sizeOf()
832 void DIELocList::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue()
843 void DIELocList::print(raw_ostream &O) const { O << "LocList: " << Index; } in print()
850 dwarf::Form) const { in sizeOf()
857 void DIEAddrOffset::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue()
863 void DIEAddrOffset::print(raw_ostream &O) const { in print()