Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DDWARFVisitor.cpp57 auto FormVal = Entry.Values.begin(); in traverseDebugInfo() local
61 ++FormVal, ++AbbrForm) { in traverseDebugInfo()
62 onForm(*AbbrForm, *FormVal); in traverseDebugInfo()
114 onValue((uint8_t)FormVal->Value); in traverseDebugInfo()
120 onValue((uint16_t)FormVal->Value); in traverseDebugInfo()
127 onValue((uint32_t)FormVal->Value); in traverseDebugInfo()
132 onValue((uint64_t)FormVal->Value); in traverseDebugInfo()
135 onValue((int64_t)FormVal->Value, true); in traverseDebugInfo()
142 onValue(FormVal->CStr); in traverseDebugInfo()
148 ++FormVal; in traverseDebugInfo()
[all …]