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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  624   TypeIndex getFunctionType() const { return FunctionType; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  528   error(IO.mapInteger(Record.FunctionType, "FunctionType"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  565   IO.mapRequired("FunctionType", Record.FunctionType);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  426                Func.FunctionType, Func.ParentScope);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  290   checkTypeReferences(0, FuncId.FunctionType, FuncId.ParentScope);
  434   checkTypeReferences(0, FuncId.FunctionType, FuncId.ParentScope);