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

References

lib/DebugInfo/CodeView/SymbolDumper.cpp
  290   printTypeIndex("Type", Constant.Type);
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  212   error(IO.mapInteger(Constant.Type));
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  533   IO.mapRequired("Type", Symbol.Type);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  502     result.type = constant.Type;
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  828   PdbTypeSymId tid(constant.Type, false);
  836       constant.Type, tpi, constant.Value, module);
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  550   P.formatLine("type = {0}, value = {1}", typeIndex(Constant.Type),