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

References

include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h
   84         Result.first->getSecond() = TypeIndex(SimpleTypeKind::NotTranslated);
   85         return TypeIndex(SimpleTypeKind::NotTranslated);
   89                (uint32_t)SimpleTypeKind::NotTranslated);
lib/DebugInfo/CodeView/TypeIndex.cpp
   28     {"<not translated>*", SimpleTypeKind::NotTranslated},
lib/DebugInfo/CodeView/TypeStreamMerger.cpp
  203 const TypeIndex TypeStreamMerger::Untranslated(SimpleTypeKind::NotTranslated);
tools/lld/COFF/PDB.cpp
  607         ti = TypeIndex(SimpleTypeKind::NotTranslated);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  706   if (ti.getSimpleKind() == SimpleTypeKind::NotTranslated)
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  517   if (ti.getSimpleKind() == SimpleTypeKind::NotTranslated)