Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFVisitor.cpp58 auto AbbrForm = Abbrev.Attributes.begin(); in traverseDebugInfo() local
60 FormVal != Entry.Values.end() && AbbrForm != Abbrev.Attributes.end(); in traverseDebugInfo()
61 ++FormVal, ++AbbrForm) { in traverseDebugInfo()
62 onForm(*AbbrForm, *FormVal); in traverseDebugInfo()
63 dwarf::Form Form = AbbrForm->Form; in traverseDebugInfo()