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

References

include/llvm/DebugInfo/CodeView/Formatters.h
   53     if (V.isNoneType())
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  120     if (!TI.isNoneType()) {
lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp
   61   if (Index.isSimple() || Index.isNoneType())
lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp
   64   if (Index.isSimple() || Index.isNoneType())
lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
  114   if (Index.isNoneType() || Index.isSimple())
  136   if (Index.isSimple() || Index.isNoneType())
lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp
   64   if (Index.isSimple() || Index.isNoneType())
lib/DebugInfo/CodeView/TypeHashing.cpp
   57       if (TI.isSimple() || TI.isNoneType()) {
lib/DebugInfo/CodeView/TypeIndex.cpp
   71   assert(TI.isNoneType() || TI.isSimple());
   73   if (TI.isNoneType())
   95   if (!TI.isNoneType()) {
lib/DebugInfo/CodeView/TypeTableCollection.cpp
   43   if (Index.isNoneType() || Index.isSimple())
tools/lld/COFF/PDB.cpp
  683     if (!ti->isSimple() && !ti->isNoneType()) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1547   if (type_id.index.isNoneType())
tools/llvm-pdbutil/DumpOutputStyle.cpp
  797     if (UDT.Type.isNoneType())
 1299     if (DepSet.find(TI) != DepSet.end() || TI.isSimple() || TI.isNoneType())
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  280   if (TI.isNoneType())