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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp107 addUInt(Die, Attribute, dwarf::DW_FORM_flag, 1);
110 /// addUInt - Add an unsigned integer attribute data and value.
112 void CompileUnit::addUInt(DIE *Die, unsigned Attribute, function in class:CompileUnit
211 addUInt(Die, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_addr);
214 addUInt(Die, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_addr_index);
215 addUInt(Die, 0, dwarf::DW_FORM_GNU_addr_index, DU->getAddrPoolIndex(Sym));
257 addUInt(Die, dwarf::DW_AT_decl_file, 0, FileID);
258 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line);
274 addUInt(Die, dwarf::DW_AT_decl_file, 0, FileID);
275 addUInt(Di
[all...]
H A DDwarfDebug.cpp451 TheCU->addUInt(ScopeDIE, dwarf::DW_AT_ranges, dwarf::DW_FORM_data4,
508 TheCU->addUInt(ScopeDIE, dwarf::DW_AT_ranges, dwarf::DW_FORM_data4,
538 TheCU->addUInt(ScopeDIE, dwarf::DW_AT_call_file, 0,
541 TheCU->addUInt(ScopeDIE, dwarf::DW_AT_call_line, 0, DL.getLineNumber());
708 NewCU->addUInt(Die, dwarf::DW_AT_language, dwarf::DW_FORM_data2,
741 NewCU->addUInt(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_data4, 0);
759 NewCU->addUInt(Die, dwarf::DW_AT_APPLE_major_runtime_vers,
836 TheCU->addUInt(IMDie, dwarf::DW_AT_decl_file, 0, FileID);
837 TheCU->addUInt(IMDie, dwarf::DW_AT_decl_line, 0, Module.getLineNumber());
894 CU->addUInt(C
[all...]
H A DDwarfCompileUnit.h201 /// addUInt - Add an unsigned integer attribute data and value.
203 void addUInt(DIE *Die, unsigned Attribute, unsigned Form, uint64_t Integer);

Completed in 92 milliseconds