reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/DWARF/DWARFFormValue.h
  253   return toSigned(V).getValueOr(Default);
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
 1567   EXPECT_FALSE(toSigned(FormValOpt1).hasValue());
 1586   EXPECT_FALSE(toSigned(FormValOpt2).hasValue());
 1605   EXPECT_TRUE(toSigned(FormValOpt3).hasValue());
 1624   EXPECT_FALSE(toSigned(FormValOpt4).hasValue());
 1643   EXPECT_TRUE(toSigned(FormValOpt5).hasValue());
 1663   EXPECT_FALSE(toSigned(FormValOpt6).hasValue());