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

Declarations

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

References

include/llvm/DebugInfo/DWARF/DWARFFormValue.h
  291     return V->getAsSectionOffset();
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  160     return Value->getAsSectionOffset();
lib/DebugInfo/DWARF/DWARFDie.cpp
  112     uint64_t Offset = *FormValue.getAsSectionOffset();
  342               U->getRnglistOffset(*FormValue.getAsSectionOffset())) {
  484       return U->findRnglistFromIndex(*Value->getAsSectionOffset());
  485     return U->findRnglistFromOffset(*Value->getAsSectionOffset());
lib/DebugInfo/DWARF/DWARFVerifier.cpp
  453     if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) {
  462     if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) {
  485     } else if (auto LocOffset = AttrValue.Value.getAsSectionOffset()) {
  584     auto SecOffset = AttrValue.Value.getAsSectionOffset();
 1300   } else if (Optional<uint64_t> Offset = Location->getAsSectionOffset()) {
tools/dsymutil/DwarfLinker.cpp
 1282     else if (auto OptionalValue = Val.getAsSectionOffset())
 1304     Value = *Val.getAsSectionOffset();
tools/llvm-dwarfdump/Statistics.cpp
  250       if (auto DebugLocOffset = FormValue->getAsSectionOffset()) {