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

Declarations

include/llvm/DebugInfo/PDB/Native/TpiStream.h
   65   codeview::CVType getType(codeview::TypeIndex Index);

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
   83   CVType cvt = tpi.getType(ti);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  172   CVType cvt = tpi.getType(Record.Type);
  342     CVType field_list = m_index.tpi().getType(tag.asTag().FieldList);
  662   CVType cvt = m_index.tpi().getType(tag_ti);
  667   cvt = m_index.tpi().getType(best_ti.index);
  677   CVType field_list_cvt = m_index.tpi().getType(field_list_ti);
  903   CVType cvt = m_index.tpi().getType(type.index);
 1132   CVType args_cvt = stream.getType(args_type_idx);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  397   return IsForwardRefUdt(tpi.getType(id.index));
  403   return IsTagRecord(tpi.getType(id.index));
  811   CVType cvt = tpi.getType(id.index);
  854   CVType cvt = tpi.getType(index);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  630   CVType cvt = stream.getType(type_id.index);
 1308       CVType cvt = m_index->tpi().getType(udt.Type);
 1413     CVType signature = m_index->tpi().getType(proc.FunctionType);
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
   35   CVType cvt = m_tpi.getType(m_id.index);
   58   CVType udt_cvt = m_tpi.getType(ti);
  152     CVType cvt = m_tpi.getType(ti);
  190   CVType method_list_type = m_tpi.getType(method_list_idx);