Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:DIELoc

97   std::vector<DIELoc *> DIELocs;
155 /// Returns a fresh newly allocated DIELoc.
156 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc; }
178 void addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer);
194 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
201 void addOpAddress(DIELoc &Die, const MCSymbol *Label);
220 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Block);
255 bool addRegisterOpPiece(DIELoc &TheDie, unsigned Reg,
261 bool addRegisterOffset(DIELoc &TheDie, unsigned Reg, int64_t Offset);