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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 53 DU.addUInt(DIE, dwarf::DW_FORM_data1, Op);
59 DU.addUInt(DIE, dwarf::DW_FORM_udata, Value);
193 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute,
200 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form,
202 addUInt(Block, (dwarf::Attribute)0, Form, Integer);
238 addUInt(Die, Attribute, dwarf::DW_FORM_sec_offset, Integer);
240 addUInt(Die, Attribute, dwarf::DW_FORM_data4, Integer);
250 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_addr);
253 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_addr_index);
254 addUInt(Die, dwarf::DW_FORM_GNU_addr_index
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 51 /// addUInt - Add an unsigned integer attribute data and value.
53 void CompileUnit::addUInt(DIE *Die, unsigned Attribute,
124 addUInt(Die, dwarf::DW_AT_decl_file, 0, FileID);
125 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line);
141 addUInt(Die, dwarf::DW_AT_decl_file, 0, FileID);
142 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line);
160 addUInt(Die, dwarf::DW_AT_decl_file, 0, FileID);
161 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line);
176 addUInt(Die, dwarf::DW_AT_decl_file, 0, FileID);
177 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line)
    [all...]

Completed in 54 milliseconds