Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp47 CU.addUInt(getActiveDIE(), dwarf::DW_FORM_data1, Op); in emitOp()
55 CU.addUInt(getActiveDIE(), dwarf::DW_FORM_udata, Value); in emitUnsigned()
59 CU.addUInt(getActiveDIE(), dwarf::DW_FORM_data1, Value); in emitData1()
232 addUInt(Block, (dwarf::Attribute)0, Form, Integer); in addUInt()
319 addUInt(Die, dwarf::DW_FORM_addrx, Index); in addPoolOpAddress()
414 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID); in addSourceLine()
415 addUInt(Die, dwarf::DW_AT_decl_line, None, Line); in addSourceLine()
471 addUInt(Die, dwarf::DW_AT_const_value, in addConstantValue()
502 addUInt(*Block, dwarf::DW_FORM_data1, c); in addConstantValue()
1142 addUInt(MDie, dwarf::DW_AT_decl_file, None, in getOrCreateModule()
[all …]
H A DDwarfCompileUnit.cpp190 addUInt(*VariableDIE, dwarf::DW_AT_alignment, dwarf::DW_FORM_udata, in getOrCreateGlobalVariableDIE()
289 addUInt(*Loc, dwarf::DW_FORM_data1, FormAndOp.Op); in addLocationAttribute()
296 addUInt(*Loc, dwarf::DW_FORM_udata, in addLocationAttribute()
300 addUInt(*Loc, dwarf::DW_FORM_data1, in addLocationAttribute()
311 addUInt(*Loc, dwarf::DW_FORM_data1, FormAndOp.Op); in addLocationAttribute()
322 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_plus); in addLocationAttribute()
671 addUInt(*ScopeDIE, dwarf::DW_AT_call_file, None, in constructInlinedScopeDIE()
673 addUInt(*ScopeDIE, dwarf::DW_AT_call_line, None, IA->getLine()); in constructInlinedScopeDIE()
677 addUInt(*ScopeDIE, dwarf::DW_AT_GNU_discriminator, None, in constructInlinedScopeDIE()
761 addUInt(*VariableDie, dwarf::DW_AT_LLVM_tag_offset, in constructVariableDIEImpl()
[all …]
H A DDwarfUnit.h145 void addUInt(DIEValueList &Die, dwarf::Attribute Attribute,
148 void addUInt(DIEValueList &Block, dwarf::Form Form, uint64_t Integer);
H A DDwarfDebug.cpp1017 NewCU.addUInt(Die, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in finishUnitAttributes()
1050 NewCU.addUInt(Die, dwarf::DW_AT_APPLE_major_runtime_vers, in finishUnitAttributes()
1056 NewCU.addUInt(Die, dwarf::DW_AT_GNU_dwo_id, dwarf::DW_FORM_data8, in finishUnitAttributes()
1310 TheCU.addUInt(TheCU.getUnitDie(), dwarf::DW_AT_GNU_dwo_id, in finalizeModuleInfo()
1312 SkCU->addUInt(SkCU->getUnitDie(), dwarf::DW_AT_GNU_dwo_id, in finalizeModuleInfo()
1339 U.addUInt(U.getUnitDie(), dwarf::DW_AT_low_pc, dwarf::DW_FORM_addr, 0); in finalizeModuleInfo()
3392 NewTU.addUInt(UnitDie, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in addDwarfTypeUnitType()
/llvm-project-15.0.7/llvm/test/DebugInfo/PowerPC/
H A Dstrict-dwarf.ll8 ; is not changed. The location attribute adding will call DwarfUnit::addUInt()
12 ; and the call chain to addUInt() is:
15 ; 3: DwarfUnit::addUInt()
16 ; 4: addUInt(Block, (dwarf::Attribute)0, Form, Integer);