Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h766 dwarf::Form getDwarfSectionOffsetForm() const;
DDwarfUnit.cpp290 addUInt(Die, Attribute, DD->getDwarfSectionOffsetForm(), Integer); in addSectionOffset()
1793 addAttribute(Die, Attribute, DD->getDwarfSectionOffsetForm(), in addSectionDelta()
1800 addLabel(Die, Attribute, DD->getDwarfSectionOffsetForm(), Label); in addSectionLabel()
DDwarfCompileUnit.cpp1509 : DD->getDwarfSectionOffsetForm(); in addLocationList()
DDwarfDebug.cpp3548 dwarf::Form DwarfDebug::getDwarfSectionOffsetForm() const { in getDwarfSectionOffsetForm() function in DwarfDebug