Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp46 CU.addUInt(getActiveDIE(), dwarf::DW_FORM_data1, Op); in emitOp()
54 CU.addUInt(getActiveDIE(), dwarf::DW_FORM_udata, Value); in emitUnsigned()
58 CU.addUInt(getActiveDIE(), dwarf::DW_FORM_data1, Value); in emitData1()
221 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, in addUInt() function in DwarfUnit
230 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form, in addUInt() function in DwarfUnit
232 addUInt(Block, (dwarf::Attribute)0, Form, Integer); in addUInt()
251 addUInt(*Block, dwarf::DW_FORM_data1, c); in addIntAsBlock()
262 addUInt(Die, Attribute, std::nullopt, Val.getZExtValue()); in addInt()
327 addUInt(Die, Attribute, DD->getDwarfSectionOffsetForm(), Integer); in addSectionOffset()
354 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_addrx); in addPoolOpAddress()
[all …]
H A DDwarfCompileUnit.cpp232 addUInt(*VariableDIE, dwarf::DW_AT_alignment, dwarf::DW_FORM_udata, in getOrCreateGlobalVariableDIE()
328 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_plus); in addLocationAttribute()
337 addUInt(*Loc, dwarf::DW_FORM_data1, FormAndOp.Op); in addLocationAttribute()
343 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_const_index); in addLocationAttribute()
344 addUInt(*Loc, dwarf::DW_FORM_udata, in addLocationAttribute()
348 addUInt(*Loc, dwarf::DW_FORM_data1, in addLocationAttribute()
359 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_plus); in addLocationAttribute()
367 addUInt(*Loc, dwarf::DW_FORM_data1, FormAndOp.Op); in addLocationAttribute()
375 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_breg0 + DwarfBaseReg); in addLocationAttribute()
379 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_plus); in addLocationAttribute()
[all …]
H A DDwarfUnit.h159 void addUInt(DIEValueList &Die, dwarf::Attribute Attribute,
162 void addUInt(DIEValueList &Block, dwarf::Form Form, uint64_t Integer);
H A DDwarfDebug.cpp1028 NewCU.addUInt(Die, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in finishUnitAttributes()
1061 NewCU.addUInt(Die, dwarf::DW_AT_APPLE_major_runtime_vers, in finishUnitAttributes()
1067 NewCU.addUInt(Die, dwarf::DW_AT_GNU_dwo_id, dwarf::DW_FORM_data8, in finishUnitAttributes()
1308 TheCU.addUInt(TheCU.getUnitDie(), dwarf::DW_AT_GNU_dwo_id, in finalizeModuleInfo()
1310 SkCU->addUInt(SkCU->getUnitDie(), dwarf::DW_AT_GNU_dwo_id, in finalizeModuleInfo()
1342 U.addUInt(U.getUnitDie(), dwarf::DW_AT_low_pc, dwarf::DW_FORM_addr, in finalizeModuleInfo()
3910 NewTU.addUInt(UnitDie, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in addDwarfTypeUnitType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc15746 {"_ZN4llvm10DwarfDebug7addUIntEPNS_3DIEEjjy", "llvm::DwarfDebug::addUInt(llvm::DIE*, unsigned int, …