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

Declarations

include/llvm/DebugInfo/DWARF/DWARFFormValue.h
  115   Optional<uint64_t> getAsAddress() const;

References

include/llvm/DebugInfo/DWARF/DWARFFormValue.h
  263     return V->getAsAddress();
lib/DebugInfo/DWARF/DWARFDie.cpp
  446     if (auto Address = FormValue->getAsAddress()) {
tools/dsymutil/DwarfLinker.cpp
 1226   uint64_t Addr = *Val.getAsAddress();
tools/obj2yaml/dwarf2yaml.cpp
  152               if (auto Val = FormValue.getValue().getAsAddress())
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
 1460   EXPECT_EQ(CULowPC, *I->Value.getAsAddress());