Home
last modified time | relevance | path

Searched refs:addUInt (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp53 void CompileUnit::addUInt(DIE *Die, unsigned Attribute, in addUInt() function in CompileUnit
124 addUInt(Die, dwarf::DW_AT_decl_file, 0, FileID); in addSourceLine()
125 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line); in addSourceLine()
141 addUInt(Die, dwarf::DW_AT_decl_file, 0, FileID); in addSourceLine()
142 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line); in addSourceLine()
160 addUInt(Die, dwarf::DW_AT_decl_file, 0, FileID); in addSourceLine()
161 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line); in addSourceLine()
176 addUInt(Die, dwarf::DW_AT_decl_file, 0, FileID); in addSourceLine()
177 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line); in addSourceLine()
194 addUInt(Die, dwarf::DW_AT_decl_file, 0, FileID); in addSourceLine()
[all …]
DDwarfDebug.cpp206 SPCU-> addUInt(SPDie, dwarf::DW_AT_declaration, dwarf::DW_FORM_flag, 1); in updateSubprogramScopeDIE()
218 SPCU->addUInt(Arg, dwarf::DW_AT_artificial, dwarf::DW_FORM_flag, 1); in updateSubprogramScopeDIE()
265 TheCU->addUInt(ScopeDIE, dwarf::DW_AT_ranges, dwarf::DW_FORM_data4, in constructLexicalScopeDIE()
333 TheCU->addUInt(ScopeDIE, dwarf::DW_AT_ranges, dwarf::DW_FORM_data4, in constructInlinedScopeDIE()
368 TheCU->addUInt(ScopeDIE, dwarf::DW_AT_call_file, 0, TheCU->getID()); in constructInlinedScopeDIE()
369 TheCU->addUInt(ScopeDIE, dwarf::DW_AT_call_line, 0, DL.getLineNumber()); in constructInlinedScopeDIE()
478 NewCU->addUInt(Die, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in constructCompileUnit()
483 NewCU->addUInt(Die, dwarf::DW_AT_entry_pc, dwarf::DW_FORM_addr, 0); in constructCompileUnit()
490 NewCU->addUInt(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_data4, 0); in constructCompileUnit()
495 NewCU->addUInt(Die, dwarf::DW_AT_APPLE_optimized, dwarf::DW_FORM_flag, 1); in constructCompileUnit()
[all …]
DDwarfCompileUnit.h145 void addUInt(DIE *Die, unsigned Attribute, unsigned Form, uint64_t Integer);
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp53 DU.addUInt(DIE, dwarf::DW_FORM_data1, Op); in EmitOp()
59 DU.addUInt(DIE, dwarf::DW_FORM_udata, Value); in EmitUnsigned()
193 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, in addUInt() function in DwarfUnit
200 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form, in addUInt() function in DwarfUnit
202 addUInt(Block, (dwarf::Attribute)0, Form, Integer); in addUInt()
238 addUInt(Die, Attribute, dwarf::DW_FORM_sec_offset, Integer); in addSectionOffset()
240 addUInt(Die, Attribute, dwarf::DW_FORM_data4, Integer); in addSectionOffset()
250 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_addr); in addOpAddress()
253 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_addr_index); in addOpAddress()
254 addUInt(Die, dwarf::DW_FORM_GNU_addr_index, in addOpAddress()
[all …]
DDwarfCompileUnit.cpp168 addUInt(*Loc, dwarf::DW_FORM_data1, PointerSize == 4 in getOrCreateGlobalVariableDIE()
176 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_const_index); in getOrCreateGlobalVariableDIE()
177 addUInt(*Loc, dwarf::DW_FORM_udata, in getOrCreateGlobalVariableDIE()
181 addUInt(*Loc, dwarf::DW_FORM_data1, in getOrCreateGlobalVariableDIE()
209 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_constu); in getOrCreateGlobalVariableDIE()
211 addUInt(*Loc, dwarf::DW_FORM_udata, in getOrCreateGlobalVariableDIE()
214 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_plus); in getOrCreateGlobalVariableDIE()
453 addUInt(*ScopeDIE, dwarf::DW_AT_call_file, None, in constructInlinedScopeDIE()
455 addUInt(*ScopeDIE, dwarf::DW_AT_call_line, None, IA->getLine()); in constructInlinedScopeDIE()
457 addUInt(*ScopeDIE, dwarf::DW_AT_GNU_discriminator, None, in constructInlinedScopeDIE()
[all …]
DDwarfUnit.h169 void addUInt(DIEValueList &Die, dwarf::Attribute Attribute,
172 void addUInt(DIEValueList &Block, dwarf::Form Form, uint64_t Integer);
DDwarfDebug.cpp409 NewCU.addUInt(Die, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in constructDwarfCompileUnit()
433 NewCU.addUInt(Die, dwarf::DW_AT_APPLE_major_runtime_vers, in constructDwarfCompileUnit()
444 NewCU.addUInt(Die, dwarf::DW_AT_GNU_dwo_id, dwarf::DW_FORM_data8, in constructDwarfCompileUnit()
556 TheCU.addUInt(TheCU.getUnitDie(), dwarf::DW_AT_GNU_dwo_id, in finalizeModuleInfo()
558 SkCU->addUInt(SkCU->getUnitDie(), dwarf::DW_AT_GNU_dwo_id, in finalizeModuleInfo()
588 U.addUInt(U.getUnitDie(), dwarf::DW_AT_low_pc, dwarf::DW_FORM_addr, 0); in finalizeModuleInfo()
1895 NewTU.addUInt(UnitDie, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in addDwarfTypeUnitType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp56 DU.addUInt(DIE, dwarf::DW_FORM_data1, Op); in emitOp()
64 DU.addUInt(DIE, dwarf::DW_FORM_udata, Value); in emitUnsigned()
209 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, in addUInt() function in DwarfUnit
218 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form, in addUInt() function in DwarfUnit
220 addUInt(Block, (dwarf::Attribute)0, Form, Integer); in addUInt()
275 addUInt(Die, Attribute, dwarf::DW_FORM_sec_offset, Integer); in addSectionOffset()
277 addUInt(Die, Attribute, dwarf::DW_FORM_data4, Integer); in addSectionOffset()
311 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_addr); in addOpAddress()
314 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_addr_index); in addOpAddress()
315 addUInt(Die, dwarf::DW_FORM_GNU_addr_index, in addOpAddress()
[all …]
DDwarfCompileUnit.cpp160 addUInt(*VariableDIE, dwarf::DW_AT_alignment, dwarf::DW_FORM_udata, in getOrCreateGlobalVariableDIE()
211 addUInt(*Loc, dwarf::DW_FORM_data1, in getOrCreateGlobalVariableDIE()
219 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_const_index); in getOrCreateGlobalVariableDIE()
220 addUInt(*Loc, dwarf::DW_FORM_udata, in getOrCreateGlobalVariableDIE()
224 addUInt(*Loc, dwarf::DW_FORM_data1, in getOrCreateGlobalVariableDIE()
332 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_call_frame_cfa); in updateSubprogramScopeDIE()
473 addUInt(*ScopeDIE, dwarf::DW_AT_call_file, None, in constructInlinedScopeDIE()
475 addUInt(*ScopeDIE, dwarf::DW_AT_call_line, None, IA->getLine()); in constructInlinedScopeDIE()
477 addUInt(*ScopeDIE, dwarf::DW_AT_GNU_discriminator, None, in constructInlinedScopeDIE()
780 ContextCU->addUInt(*AbsDef, dwarf::DW_AT_inline, None, dwarf::DW_INL_inlined); in constructAbstractSubprogramScopeDIE()
[all …]
DDwarfUnit.h158 void addUInt(DIEValueList &Die, dwarf::Attribute Attribute,
161 void addUInt(DIEValueList &Block, dwarf::Form Form, uint64_t Integer);
DDwarfDebug.cpp553 NewCU.addUInt(Die, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in getOrCreateDwarfCompileUnit()
581 NewCU.addUInt(Die, dwarf::DW_AT_APPLE_major_runtime_vers, in getOrCreateDwarfCompileUnit()
592 NewCU.addUInt(Die, dwarf::DW_AT_GNU_dwo_id, dwarf::DW_FORM_data8, in getOrCreateDwarfCompileUnit()
787 TheCU.addUInt(TheCU.getUnitDie(), dwarf::DW_AT_GNU_dwo_id, in finalizeModuleInfo()
789 SkCU->addUInt(SkCU->getUnitDie(), dwarf::DW_AT_GNU_dwo_id, in finalizeModuleInfo()
819 U.addUInt(U.getUnitDie(), dwarf::DW_AT_low_pc, dwarf::DW_FORM_addr, 0); in finalizeModuleInfo()
2352 NewTU.addUInt(UnitDie, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in addDwarfTypeUnitType()