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

References

lib/DebugInfo/CodeView/SymbolDumper.cpp
  573   printTypeIndex("FunctionType", Proc.FunctionType);
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  416   error(IO.mapInteger(Proc.FunctionType));
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  328   IO.mapRequired("FunctionType", Symbol.FunctionType);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  999   PdbTypeSymId type_id(proc.FunctionType);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  406   if (proc.FunctionType == TypeIndex::None())
  408   TypeSP func_type = GetOrCreateType(proc.FunctionType);
  412   PdbTypeSymId sig_id(proc.FunctionType, false);
 1413     CVType signature = m_index->tpi().getType(proc.FunctionType);
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  830                typeOrIdIndex(Proc.FunctionType, IsType), Proc.DbgStart,
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  539   GS.FunctionType = TypeIndex::Float32();
  541   LS.FunctionType = TypeIndex::Float64();
  543   checkTypeReferences(0, GS.FunctionType);
  544   checkTypeReferences(1, LS.FunctionType);