HomeSort by relevance Sort by last modified time
    Searched refs:addSInt (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 271 /// addSInt - Add an signed integer attribute data and value.
272 void addSInt(DIE &Die, dwarf::Attribute Attribute, Optional<dwarf::Form> Form,
275 void addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer);
DwarfUnit.cpp 187 /// addSInt - Add an signed integer attribute data and value.
189 void DwarfUnit::addSInt(DIE &Die, dwarf::Attribute Attribute,
197 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form,
199 addSInt(Die, (dwarf::Attribute)0, Form, Integer);
553 addSInt(TheDie, dwarf::DW_FORM_sdata, Offset);
    [all...]

Completed in 620 milliseconds