Home
last modified time | relevance | path

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

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dllvm-support.cpp22 llvm::Optional<int> OptionalValue(9); variable
72 dont_strip(OptionalValue); in main()
H A Dllvm-support.gdb26 p OptionalValue
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1180 if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute() local
1181 Value = *OptionalValue; in cloneScalarAttribute()
1182 else if (auto OptionalValue = Val.getAsSignedConstant()) in cloneScalarAttribute() local
1183 Value = *OptionalValue; in cloneScalarAttribute()
1184 else if (auto OptionalValue = Val.getAsSectionOffset()) in cloneScalarAttribute() local
1185 Value = *OptionalValue; in cloneScalarAttribute()
1209 else if (auto OptionalValue = Val.getAsUnsignedConstant()) in cloneScalarAttribute() local
1210 Value = *OptionalValue; in cloneScalarAttribute()