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

References

include/llvm/DebugInfo/DWARF/DWARFFormValue.h
  210   return toUnsigned(V).getValueOr(Default);
lib/DebugInfo/DWARF/DWARFContext.cpp
  629           toUnsigned(DWOCU->getUnitDIE().find(DW_AT_GNU_dwo_id)))
lib/DebugInfo/DWARF/DWARFUnit.cpp
  427   if (Optional<uint64_t> DWOId = toUnsigned(UnitDie.find(DW_AT_GNU_dwo_id)))
tools/dsymutil/CompileUnit.h
   90     if (auto Lang = dwarf::toUnsigned(CUDie.find(dwarf::DW_AT_language)))
tools/dsymutil/DwarfLinker.cpp
 1645         dwarf::toUnsigned(InputDIE.find(dwarf::DW_AT_APPLE_runtime_class))
 1650         dwarf::toUnsigned(InputDIE.find(dwarf::DW_AT_APPLE_objc_complete_type))
 2151   auto DwoId = dwarf::toUnsigned(
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
  907   OptU64 = toUnsigned(SubprogramDieNoPC.find(DW_AT_high_pc));
  924   OptU64 = toUnsigned(SubprogramDieLowPC.find(DW_AT_high_pc));
  950   OptU64 = toUnsigned(SubprogramDieLowHighPC.find(DW_AT_high_pc));
 1565   EXPECT_FALSE(toUnsigned(FormValOpt1).hasValue());
 1584   EXPECT_FALSE(toUnsigned(FormValOpt2).hasValue());
 1603   EXPECT_TRUE(toUnsigned(FormValOpt3).hasValue());
 1622   EXPECT_FALSE(toUnsigned(FormValOpt4).hasValue());
 1641   EXPECT_TRUE(toUnsigned(FormValOpt5).hasValue());
 1661   EXPECT_FALSE(toUnsigned(FormValOpt6).hasValue());