Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1463 if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute() local
1464 Value = *OptionalValue; in cloneScalarAttribute()
1465 else if (auto OptionalValue = Val.getAsSignedConstant()) in cloneScalarAttribute() local
1466 Value = *OptionalValue; in cloneScalarAttribute()
1467 else if (auto OptionalValue = Val.getAsSectionOffset()) in cloneScalarAttribute() local
1468 Value = *OptionalValue; in cloneScalarAttribute()
1541 else if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute() local
1542 Value = *OptionalValue; in cloneScalarAttribute()