Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1143 if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute() local
1144 Value = *OptionalValue; in cloneScalarAttribute()
1145 else if (auto OptionalValue = Val.getAsSignedConstant()) in cloneScalarAttribute() local
1146 Value = *OptionalValue; in cloneScalarAttribute()
1147 else if (auto OptionalValue = Val.getAsSectionOffset()) in cloneScalarAttribute() local
1148 Value = *OptionalValue; in cloneScalarAttribute()
1172 else if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute() local
1173 Value = *OptionalValue; in cloneScalarAttribute()