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

References

include/llvm/DebugInfo/CodeView/TypeIndex.h
  139   static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); }
  141     return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32);
  144     return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64);
  151     return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer);
lib/DebugInfo/CodeView/TypeIndex.cpp
   27     {"void*", SimpleTypeKind::Void},
lib/DebugInfo/PDB/Native/SymbolCache.cpp
   40     {codeview::SimpleTypeKind::Void, PDB_BuiltinType::Void, 0},
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  747   case SimpleTypeKind::Void:
  800   case SimpleTypeKind::Void:
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  228   case SimpleTypeKind::Void: