Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1259 if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute() local
1260 Value = *OptionalValue; in cloneScalarAttribute()
1261 else if (auto OptionalValue = Val.getAsSignedConstant()) in cloneScalarAttribute() local
1262 Value = *OptionalValue; in cloneScalarAttribute()
1263 else if (auto OptionalValue = Val.getAsSectionOffset()) in cloneScalarAttribute() local
1264 Value = *OptionalValue; in cloneScalarAttribute()
1289 else if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute() local
1290 Value = *OptionalValue; in cloneScalarAttribute()