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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 54 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,
202 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form,
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(Die, dwarf::DW_FORM_GNU_addr_index
    [all...]
DwarfCompileUnit.cpp 164 addUInt(*Loc, dwarf::DW_FORM_data1, PointerSize == 4
172 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_const_index);
173 addUInt(*Loc, dwarf::DW_FORM_udata,
177 addUInt(*Loc, dwarf::DW_FORM_data1,
199 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_constu);
201 addUInt(*Loc, dwarf::DW_FORM_udata,
203 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_plus);
440 addUInt(*ScopeDIE, dwarf::DW_AT_call_file, None,
442 addUInt(*ScopeDIE, dwarf::DW_AT_call_line, None, IA->getLine());
444 addUInt(*ScopeDIE, dwarf::DW_AT_GNU_discriminator, None
    [all...]
DwarfUnit.h 179 void addUInt(DIEValueList &Die, dwarf::Attribute Attribute,
182 void addUInt(DIEValueList &Block, dwarf::Form Form, uint64_t Integer);
DwarfDebug.cpp 407 NewCU.addUInt(Die, dwarf::DW_AT_language, dwarf::DW_FORM_data2,
430 NewCU.addUInt(Die, dwarf::DW_AT_APPLE_major_runtime_vers,
440 NewCU.addUInt(Die, dwarf::DW_AT_GNU_dwo_id, dwarf::DW_FORM_data8,
579 TheCU.addUInt(TheCU.getUnitDie(), dwarf::DW_AT_GNU_dwo_id,
581 SkCU->addUInt(SkCU->getUnitDie(), dwarf::DW_AT_GNU_dwo_id,
611 U.addUInt(U.getUnitDie(), dwarf::DW_AT_low_pc, dwarf::DW_FORM_addr, 0);
    [all...]

Completed in 75 milliseconds