Searched defs:addUInt (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp54 DU.addUInt(DIE, dwarf::DW_FORM_data1, Op);
60 DU.addUInt(DIE, dwarf::DW_FORM_udata, Value);
195 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, function in class:DwarfUnit
202 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form, function in class:DwarfUnit
204 addUInt(Block, (dwarf::Attribute)0, Form, Integer);
240 addUInt(Die, Attribute, dwarf::DW_FORM_sec_offset, Integer);
242 addUInt(Die, Attribute, dwarf::DW_FORM_data4, Integer);
252 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_addr);
255 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_addr_index);
256 addUInt(Di
[all...]

Completed in 38 milliseconds