Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:DIELoc

104   std::vector<DIELoc *> DIELocs;
174 /// getDIELoc - Returns a fresh newly allocated DIELoc.
175 DIELoc *getDIELoc() { return new (DIEValueAllocator) DIELoc(); }
196 void addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer);
205 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
213 void addOpAddress(DIELoc &Die, const MCSymbol *Label);
228 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Block);
264 bool addRegisterOpPiece(DIELoc &TheDie, unsigned Reg,
270 bool addRegisterOffset(DIELoc &TheDie, unsigned Reg, int64_t Offset);