Home
last modified time | relevance | path

Searched refs:getFormByIndex (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h100 dwarf::Form getFormByIndex(uint32_t idx) const { in getFormByIndex() function
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp934 DWARFFormValue::skipValue(Abbrev->getFormByIndex(I), Data, &Offset, in getAttributeOffsets()
938 DWARFFormValue::skipValue(Abbrev->getFormByIndex(Idx), Data, &End, in getAttributeOffsets()
971 dwarf::Form Form = Abbrev->getFormByIndex(*LowPcIdx); in isLiveSubprogram()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp688 AbbrDecl.getFormByIndex(Index), in updateForIndex()
694 AbbrDecl.getFormByIndex(Index), U, &ParseOffset); in updateForIndex()