• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/

Lines Matching refs:Die

105   virtual void addGlobalName(StringRef Name, const DIE &Die,
109 virtual void addGlobalType(const DIType *Ty, const DIE &Die,
132 void addFlag(DIE &Die, dwarf::Attribute Attribute);
135 void addUInt(DIEValueList &Die, dwarf::Attribute Attribute,
141 void addSInt(DIEValueList &Die, dwarf::Attribute Attribute,
144 void addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer);
152 void addString(DIE &Die, dwarf::Attribute Attribute, StringRef Str);
155 DIEValueList::value_iterator addLabel(DIEValueList &Die,
160 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
163 void addSectionOffset(DIE &Die, dwarf::Attribute Attribute, uint64_t Integer);
167 void addOpAddress(DIELoc &Die, const MCSymbol *Sym);
170 void addLabelDelta(DIE &Die, dwarf::Attribute Attribute, const MCSymbol *Hi,
174 void addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry);
177 void addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIEEntry Entry);
180 void addDIETypeSignature(DIE &Die, uint64_t Signature);
183 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc);
186 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIEBlock *Block);
189 void addSourceLine(DIE &Die, unsigned Line, const DIFile *File);
190 void addSourceLine(DIE &Die, const DILocalVariable *V);
191 void addSourceLine(DIE &Die, const DIGlobalVariable *G);
192 void addSourceLine(DIE &Die, const DISubprogram *SP);
193 void addSourceLine(DIE &Die, const DILabel *L);
194 void addSourceLine(DIE &Die, const DIType *Ty);
195 void addSourceLine(DIE &Die, const DIObjCProperty *Ty);
198 void addConstantValue(DIE &Die, const MachineOperand &MO, const DIType *Ty);
199 void addConstantValue(DIE &Die, const ConstantInt *CI, const DIType *Ty);
200 void addConstantValue(DIE &Die, const APInt &Val, const DIType *Ty);
201 void addConstantValue(DIE &Die, const APInt &Val, bool Unsigned);
202 void addConstantValue(DIE &Die, uint64_t Val, const DIType *Ty);
203 void addConstantValue(DIE &Die, bool Unsigned, uint64_t Val);
206 void addConstantFPValue(DIE &Die, const MachineOperand &MO);
207 void addConstantFPValue(DIE &Die, const ConstantFP *CFP);
210 void addLinkageName(DIE &Die, StringRef LinkageName);
216 void addThrownTypes(DIE &Die, DINodeArray ThrownTypes);
279 DIE::value_iterator addSectionDelta(DIE &Die, dwarf::Attribute Attribute,
283 DIE::value_iterator addSectionLabel(DIE &Die, dwarf::Attribute Attribute,
366 void addGlobalName(StringRef Name, const DIE &Die,
368 void addGlobalType(const DIType *Ty, const DIE &Die,