Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp234 const DWARFUnit *U, const uint16_t Attr, DWARFFormValue &FormValue) const { in getAttributeValue()
254 FormValue = DWARFFormValue(AbbrevDecl->getFormByIndex(AttrIdx)); in getAttributeValue()
255 return FormValue.extractValue(DebugInfoData, &DebugInfoOffset, U); in getAttributeValue()
260 DWARFFormValue FormValue; in getAttributeValueAsString() local
261 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsString()
263 Optional<const char *> Result = FormValue.getAsCString(U); in getAttributeValueAsString()
269 DWARFFormValue FormValue; in getAttributeValueAsAddress() local
270 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsAddress()
272 Optional<uint64_t> Result = FormValue.getAsAddress(U); in getAttributeValueAsAddress()
278 DWARFFormValue FormValue; in getAttributeValueAsUnsignedConstant() local
[all …]
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h90 DWARFFormValue &FormValue) const;