Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h778 dwarf::Form getDwarfSectionOffsetForm() const;
H A DDwarfUnit.cpp297 addUInt(Die, Attribute, DD->getDwarfSectionOffsetForm(), Integer); in addSectionOffset()
1745 addAttribute(Die, Attribute, DD->getDwarfSectionOffsetForm(), in addSectionDelta()
1752 addLabel(Die, Attribute, DD->getDwarfSectionOffsetForm(), Label); in addSectionLabel()
H A DDwarfCompileUnit.cpp1472 : DD->getDwarfSectionOffsetForm(); in addLocationList()
H A DDwarfDebug.cpp3451 dwarf::Form DwarfDebug::getDwarfSectionOffsetForm() const { in getDwarfSectionOffsetForm() function in DwarfDebug