Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp56 DU.addUInt(DIE, dwarf::DW_FORM_data1, Op); in emitOp()
64 DU.addUInt(DIE, dwarf::DW_FORM_udata, Value); in emitUnsigned()
220 addUInt(Block, (dwarf::Attribute)0, Form, Integer); in addUInt()
326 addUInt(Die, dwarf::DW_FORM_GNU_addr_index, in addOpAddress()
331 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_addr); in addOpAddress()
397 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID); in addSourceLine()
398 addUInt(Die, dwarf::DW_AT_decl_line, None, Line); in addSourceLine()
529 addUInt(Die, dwarf::DW_AT_const_value, in addConstantValue()
560 addUInt(*Block, dwarf::DW_FORM_data1, c); in addConstantValue()
742 addUInt(Buffer, dwarf::DW_AT_byte_size, None, Size); in constructTypeDIE()
[all …]
H A DDwarfCompileUnit.cpp162 addUInt(*VariableDIE, dwarf::DW_AT_alignment, dwarf::DW_FORM_udata, in getOrCreateGlobalVariableDIE()
220 addUInt(*Loc, dwarf::DW_FORM_data1, in getOrCreateGlobalVariableDIE()
228 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_const_index); in getOrCreateGlobalVariableDIE()
229 addUInt(*Loc, dwarf::DW_FORM_udata, in getOrCreateGlobalVariableDIE()
233 addUInt(*Loc, dwarf::DW_FORM_data1, in getOrCreateGlobalVariableDIE()
345 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_call_frame_cfa); in updateSubprogramScopeDIE()
444 addUInt(ScopeDIE, dwarf::DW_AT_ranges, dwarf::DW_FORM_rnglistx, Index); in addScopeRangeList()
491 addUInt(*ScopeDIE, dwarf::DW_AT_call_file, None, in constructInlinedScopeDIE()
493 addUInt(*ScopeDIE, dwarf::DW_AT_call_line, None, IA->getLine()); in constructInlinedScopeDIE()
495 addUInt(*ScopeDIE, dwarf::DW_AT_GNU_discriminator, None, in constructInlinedScopeDIE()
[all …]
H A DDwarfUnit.h135 void addUInt(DIEValueList &Die, dwarf::Attribute Attribute,
138 void addUInt(DIEValueList &Block, dwarf::Form Form, uint64_t Integer);
H A DDwarfDebug.cpp584 NewCU.addUInt(Die, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in finishUnitAttributes()
612 NewCU.addUInt(Die, dwarf::DW_AT_APPLE_major_runtime_vers, in finishUnitAttributes()
618 NewCU.addUInt(Die, dwarf::DW_AT_GNU_dwo_id, dwarf::DW_FORM_data8, in finishUnitAttributes()
870 TheCU.addUInt(TheCU.getUnitDie(), dwarf::DW_AT_GNU_dwo_id, in finalizeModuleInfo()
872 SkCU->addUInt(SkCU->getUnitDie(), dwarf::DW_AT_GNU_dwo_id, in finalizeModuleInfo()
906 U.addUInt(U.getUnitDie(), dwarf::DW_AT_low_pc, dwarf::DW_FORM_addr, 0); in finalizeModuleInfo()
2630 NewTU.addUInt(UnitDie, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in addDwarfTypeUnitType()