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

References

include/llvm/DebugInfo/CodeView/TypeIndex.h
  115   bool isNoneType() const { return *this == None(); }
  293     return LHS == RHS;
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1547   if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::Int32Long) &&
 1550   if (UnderlyingTypeIndex == TypeIndex(SimpleTypeKind::UInt16Short) &&
 1864       ReturnAndArgTypeIndices.back() == TypeIndex::Void()) {
 1921   if (!ArgTypeIndices.empty() && ArgTypeIndices.back() == TypeIndex::Void())
 2216     if (I != CompleteTypeIndices.end() && I->second == TypeIndex())
lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp
   47   if (++Prev == nextTypeIndex())
lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp
   49   if (++Prev == nextTypeIndex())
lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp
   49   if (++Prev == nextTypeIndex())
lib/DebugInfo/CodeView/TypeIndex.cpp
   76   if (TI == TypeIndex::NullptrT())
lib/DebugInfo/CodeView/TypeStreamMerger.cpp
  153     if (LLVM_UNLIKELY(MapPos >= Map.size() || Map[MapPos] == Untranslated))
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  111   return args.back() == TypeIndex::None();
  698   if (ti == TypeIndex::NullptrT())
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  406   if (proc.FunctionType == TypeIndex::None())
  489   if (ti == TypeIndex::NullptrT()) {
tools/llvm-pdbutil/MinimalTypeDumper.cpp
   46       const char *Direction = (*ETI == CurrentTypeIndex)
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  100                        [TI](const TypeIndex &Other) { return Other == TI; }))