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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 183 /// addSInt - Add an signed integer attribute data and value.
185 void addSInt(DIE *Die, unsigned Attribute, unsigned Form, int64_t Integer);
DwarfCompileUnit.cpp 64 /// addSInt - Add an signed integer attribute data and value.
66 void CompileUnit::addSInt(DIE *Die, unsigned Attribute,
264 addSInt(TheDie, 0, dwarf::DW_FORM_sdata, Offset);
500 SignedConstant ? addSInt(Block, 0, Form, MO.getImm())
549 addSInt(Die, dwarf::DW_AT_const_value, form, CI->getSExtValue());
    [all...]

Completed in 30 milliseconds