Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h835 dwarf::Form getDwarfSectionOffsetForm() const;
H A DDwarfUnit.cpp290 addUInt(Die, Attribute, DD->getDwarfSectionOffsetForm(), Integer); in addSectionOffset()
1799 addAttribute(Die, Attribute, DD->getDwarfSectionOffsetForm(), in addSectionDelta()
1806 addLabel(Die, Attribute, DD->getDwarfSectionOffsetForm(), Label); in addSectionLabel()
H A DDwarfCompileUnit.cpp1607 : DD->getDwarfSectionOffsetForm(); in addLocationList()
H A DDwarfDebug.cpp3637 dwarf::Form DwarfDebug::getDwarfSectionOffsetForm() const { in getDwarfSectionOffsetForm() function in DwarfDebug