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

References

include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  156       return std::tie(LHS.Address.SectionIndex, LHS.Address.Address) <
  157              std::tie(RHS.Address.SectionIndex, RHS.Address.Address);
  233       return SectionIndex == PC.SectionIndex &&
include/llvm/Object/ObjectFile.h
  148   return std::tie(LHS.SectionIndex, LHS.Address) <
  149          std::tie(RHS.SectionIndex, RHS.Address);
  154   return std::tie(LHS.SectionIndex, LHS.Address) ==
  155          std::tie(RHS.SectionIndex, RHS.Address);
lib/DebugInfo/DWARF/DWARFContext.cpp
 1104           {Address.Address, Address.SectionIndex}, CU->getCompilationDir(),
 1137   if (!LineTable->lookupAddressRange({Address.Address, Address.SectionIndex},
 1177                            {Address.Address, Address.SectionIndex},
 1201               {Address.Address, Address.SectionIndex}, CU->getCompilationDir(),
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  412   Address.SectionIndex = object::SectionedAddress::UndefSection;
  495     Sequence.SectionIndex = Row.Address.SectionIndex;
  627             OffsetPtr, &State.Row.Address.SectionIndex);
  914   assert(Seq.SectionIndex == Address.SectionIndex);
  929   assert(Seq.SectionIndex == RowPos->Address.SectionIndex);
  940       Address.SectionIndex == object::SectionedAddress::UndefSection)
  944   Address.SectionIndex = object::SectionedAddress::UndefSection;
  952   Sequence.SectionIndex = Address.SectionIndex;
  956   if (It == Sequences.end() || It->SectionIndex != Address.SectionIndex)
  969   if (Address.SectionIndex == object::SectionedAddress::UndefSection)
  973   Address.SectionIndex = object::SectionedAddress::UndefSection;
  985   Sequence.SectionIndex = Address.SectionIndex;
 1008         findRowInSeq(CurSeq, {EndAddr - 1, Address.SectionIndex});
lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
   90         E.SectionIndex = BaseAddr->SectionIndex;
lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
  135       E.SectionIndex = BaseAddr->SectionIndex;
  158       E.SectionIndex = Start->SectionIndex;
lib/DebugInfo/DWARF/DWARFDie.cpp
  467     SectionIndex = LowPcAddr->SectionIndex;
lib/DebugInfo/DWARF/DWARFFormValue.cpp
  370                      SA.SectionIndex);
lib/DebugInfo/PDB/PDBContext.cpp
   79         {LineInfo->getVirtualAddress(), Address.SectionIndex}, Specifier);
lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
  256   if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection)
  257     ModuleOffset.SectionIndex =
  277   if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection)
  278     ModuleOffset.SectionIndex =
  311   if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection)
  312     ModuleOffset.SectionIndex =
tools/llvm-cfi-verify/lib/FileAnalysis.cpp
  519           Object->getFileName(), {VMAddress, Address.SectionIndex});
  531     IndirectInstructions.insert({VMAddress, Address.SectionIndex});
tools/llvm-rtdyld/llvm-rtdyld.cpp
  459           Address.SectionIndex = Sec->getIndex();
  465           Address.SectionIndex = SecOrErr.get()->getIndex();
tools/llvm-xray/func-id-helper.cpp
   36   ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection;
   63   ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection;