reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
  133   Optional<DWARFFormValue> getAttributeValue(const uint64_t DIEOffset,

References

lib/DebugInfo/DWARF/DWARFDie.cpp
  370     return AbbrevDecl->getAttributeValue(getOffset(), Attr, *U);
  381       if (auto Value = AbbrevDecl->getAttributeValue(getOffset(), Attr, *U))
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
 1790     auto FormValue = it->getAttributeValue(/* offset */ 0, A, *U);