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

References

include/llvm/DebugInfo/CodeView/Formatters.h
   56       Stream << formatv("{0:X+4}", V.getIndex());
include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h
   88         assert(Result.first->second.getIndex() ==
include/llvm/DebugInfo/CodeView/TypeIndex.h
  119     return getIndex() - FirstNonSimpleIndex;
  222     return A.getIndex() == B.getIndex();
  222     return A.getIndex() == B.getIndex();
  226     return A.getIndex() != B.getIndex();
  226     return A.getIndex() != B.getIndex();
  230     return A.getIndex() < B.getIndex();
  230     return A.getIndex() < B.getIndex();
  234     return A.getIndex() <= B.getIndex();
  234     return A.getIndex() <= B.getIndex();
  238     return A.getIndex() > B.getIndex();
  238     return A.getIndex() > B.getIndex();
  242     return A.getIndex() >= B.getIndex();
  242     return A.getIndex() >= B.getIndex();
  252     assert(A.getIndex() >= N);
  289     return DenseMapInfo<uint32_t>::getHashValue(TI.getIndex());
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  692       CommentOS << formatv("{0:X+} [{1}]", TI.getIndex(), GHR);
  844   OS.EmitIntValue(BuildInfoIndex.getIndex(), 4);
  873     OS.EmitIntValue(InlineeIdx.getIndex(), 4);
  897   OS.EmitIntValue(InlineeIdx.getIndex(), 4);
 1039     OS.EmitIntValue(getFuncIdForSubprogram(GV->getSubprogram()).getIndex(), 4);
 1114       OS.EmitIntValue(getCompleteTypeIndex(DITy).getIndex(), 4);
 2442   if (!VBPType.getIndex()) {
 2628   OS.EmitIntValue(TI.getIndex(), 4);
 2974     OS.EmitIntValue(getCompleteTypeIndex(T).getIndex(), 4);
 3090     OS.EmitIntValue(getCompleteTypeIndex(DIGV->getType()).getIndex(), 4);
 3109     OS.EmitIntValue(getTypeIndex(DIGV->getType()).getIndex(), 4);
lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
  134     Streamer->EmitIntValue(TypeInd.getIndex(), sizeof(TypeInd.getIndex()));
  134     Streamer->EmitIntValue(TypeInd.getIndex(), sizeof(TypeInd.getIndex()));
  135     incrStreamedLen(sizeof(TypeInd.getIndex()));
  137     if (auto EC = Writer->writeInteger(TypeInd.getIndex()))
lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp
  167     CR->IndexRef = RefersTo->getIndex();
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  175   W->getOStream() << " (" << HexNumber(Index.getIndex()) << ")";
lib/DebugInfo/CodeView/TypeIndex.cpp
  103     Printer.printHex(FieldName, TypeName, TI.getIndex());
  105     Printer.printHex(FieldName, TI.getIndex());
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  215                       utohexstr(Index.getIndex()) + ")");
lib/DebugInfo/CodeView/TypeStreamMerger.cpp
   25   return Idx.getIndex() - TypeIndex::FirstNonSimpleIndex;
lib/DebugInfo/PDB/Native/TpiHashing.cpp
   84   support::endian::write32le(Buf, Deserialized.getUDT().getIndex());
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  631     Site.Inlinee = IL.Header->Inlinee.getIndex();
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  173   OS << S.getIndex();
tools/lld/COFF/PDB.cpp
  606             " index 0x" + utohexstr(ti.getIndex()));
 1087           " with bad inlinee index 0x" + utohexstr(inlinee.getIndex()));
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.cpp
   97   repr.index = tsid.index.getIndex();
  106   repr.index = flmid.index.getIndex();
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  306   uint32_t W = NumDigits(Max->getIndex()) + 2;
  321   uint32_t W = NumDigits(Max->getIndex()) + 2;
  458                U.SourceFile.getIndex(), U.LineNumber);
  465                U.SourceFile.getIndex(), U.LineNumber);
  491   uint32_t W = NumDigits(Max->getIndex()) + 2;
unittests/DebugInfo/CodeView/TypeHashingTest.cpp
  106   ASSERT_EQ(0x1000U, CharPP[0].getIndex());
  107   ASSERT_EQ(0x1001U, IntPP[0].getIndex());
  108   ASSERT_EQ(0x1002U, IntPPP[0].getIndex());
  109   ASSERT_EQ(0x1003U, Args[0].getIndex());
  110   ASSERT_EQ(0x1004U, Proc[0].getIndex());
  138   ASSERT_EQ(0x1000U, IntPP[1].getIndex());
  139   ASSERT_EQ(0x1001U, IntPPP[1].getIndex());
  140   ASSERT_EQ(0x1002U, CharPP[1].getIndex());
  141   ASSERT_EQ(0x1003U, DoublePP[1].getIndex());
  142   ASSERT_EQ(0x1004U, Args[1].getIndex());
  143   ASSERT_EQ(0x1005U, Proc[1].getIndex());