Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h764 dwarf::Form getDwarfSectionOffsetForm() const;
H A DDwarfUnit.cpp291 addUInt(Die, Attribute, DD->getDwarfSectionOffsetForm(), Integer); in addSectionOffset()
1795 addAttribute(Die, Attribute, DD->getDwarfSectionOffsetForm(), in addSectionDelta()
1802 addLabel(Die, Attribute, DD->getDwarfSectionOffsetForm(), Label); in addSectionLabel()
H A DDwarfCompileUnit.cpp1504 : DD->getDwarfSectionOffsetForm(); in addLocationList()
H A DDwarfDebug.cpp3512 dwarf::Form DwarfDebug::getDwarfSectionOffsetForm() const { in getDwarfSectionOffsetForm() function in DwarfDebug