Searched refs:getAttributeValue (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/lib/DebugInfo/DWARF/ |
| HD | DWARFDebugInfoEntry.cpp | 234 bool DWARFDebugInfoEntryMinimal::getAttributeValue( in getAttributeValue() function in DWARFDebugInfoEntryMinimal 262 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsString() 271 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsAddress() 280 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsUnsignedConstant() 289 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsReference() 298 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsSectionOffset()
|
| /NextBSD/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| HD | DWARFDebugInfoEntry.h | 89 bool getAttributeValue(const DWARFUnit *U, const uint16_t Attr,
|