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 186 /// addSInt - Add an signed integer attribute data and value.
188 void addSInt(DIE *Die, unsigned Attribute, unsigned Form, int64_t Integer);
DwarfCompileUnit.cpp 73 /// addSInt - Add an signed integer attribute data and value.
75 void CompileUnit::addSInt(DIE *Die, unsigned Attribute,
273 addSInt(TheDie, 0, dwarf::DW_FORM_sdata, Offset);
495 SignedConstant ? addSInt(Block, 0, Form, MO.getImm())
544 addSInt(Die, dwarf::DW_AT_const_value, form, CI->getSExtValue());
    [all...]

Completed in 166 milliseconds