Searched refs:addSInt (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 50 CU.addSInt(getActiveDIE(), dwarf::DW_FORM_sdata, Value); in emitSigned() 264 addSInt(Die, Attribute, std::nullopt, Val.getSExtValue()); in addInt() 271 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, in addSInt() function in DwarfUnit 278 void DwarfUnit::addSInt(DIEValueList &Die, std::optional<dwarf::Form> Form, in addSInt() function in DwarfUnit 280 addSInt(Die, (dwarf::Attribute)0, Form, Integer); in addSInt() 774 addSInt(Buffer, dwarf::DW_AT_binary_scale, dwarf::DW_FORM_sdata, in constructTypeDIE() 777 addSInt(Buffer, dwarf::DW_AT_decimal_scale, dwarf::DW_FORM_sdata, in constructTypeDIE() 997 addSInt(*Block, dwarf::DW_FORM_sdata, Val.getSExtValue()); in addDiscriminant() 1498 addSInt(SPDie, dwarf::DW_AT_object_pointer, in applySubprogramAttributes() 1595 addSInt(DW_Subrange, Attr, dwarf::DW_FORM_sdata, BI->getSExtValue()); in constructSubrangeDIE() [all …]
|
| H A D | DwarfUnit.h | 165 void addSInt(DIEValueList &Die, dwarf::Attribute Attribute, 168 void addSInt(DIEValueList &Die, std::optional<dwarf::Form> Form,
|
| H A D | DwarfCompileUnit.cpp | 377 addSInt(*Loc, dwarf::DW_FORM_sdata, 0); in addLocationAttribute() 521 addSInt(*Loc, dwarf::DW_FORM_sdata, TI_GLOBAL_RELOC); in addWasmRelocBaseGlobal() 578 addSInt(*Loc, dwarf::DW_FORM_sdata, FrameBase.Location.Offset); in updateSubprogramScopeDIE() 1235 ContextCU->addSInt(AbsDef, dwarf::DW_AT_inline, in constructAbstractSubprogramScopeDIE()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 15747 {"_ZN4llvm10DwarfDebug7addSIntEPNS_3DIEEjjx", "llvm::DwarfDebug::addSInt(llvm::DIE*, unsigned int, …
|