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

References

include/llvm/Object/ObjectFile.h
  143   uint64_t SectionIndex = UndefSection;
lib/DebugInfo/DWARF/DWARFDataExtractor.cpp
   19     *SecNdx = object::SectionedAddress::UndefSection;
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  412   Address.SectionIndex = object::SectionedAddress::UndefSection;
  445   SectionIndex = object::SectionedAddress::UndefSection;
  940       Address.SectionIndex == object::SectionedAddress::UndefSection)
  944   Address.SectionIndex = object::SectionedAddress::UndefSection;
  969   if (Address.SectionIndex == object::SectionedAddress::UndefSection)
  973   Address.SectionIndex = object::SectionedAddress::UndefSection;
lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
  256   if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection)
  277   if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection)
  311   if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection)
  330   return object::SectionedAddress::UndefSection;
tools/lld/ELF/InputFiles.cpp
  289   uint64_t sectionIndex = object::SectionedAddress::UndefSection;
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
  407           {Lookup, object::SectionedAddress::UndefSection}))
tools/llvm-symbolizer/llvm-symbolizer.cpp
  238         ModuleName, {Offset, object::SectionedAddress::UndefSection});
  242         ModuleName, {Offset, object::SectionedAddress::UndefSection});
  251         ModuleName, {Offset, object::SectionedAddress::UndefSection});
  261         ModuleName, {Offset, object::SectionedAddress::UndefSection});
  265         ModuleName, {Offset, object::SectionedAddress::UndefSection});
tools/llvm-xray/func-id-helper.cpp
   36   ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection;
   63   ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection;
tools/sancov/sancov.cpp
  534           Addr, object::SectionedAddress::UndefSection};
  555         Addr, object::SectionedAddress::UndefSection};
  882         ObjectFile, {Addr, object::SectionedAddress::UndefSection});
tools/sanstats/sanstats.cpp
   90             Filename, {Addr - 1, object::SectionedAddress::UndefSection})) {