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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  194   CallingConvention getCallConv() const { return CallConv; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  297       IO, uint8_t(Record.CallConv), makeArrayRef(getCallingConventions()));
  304   error(IO.mapEnum(Record.CallConv, "CallingConvention: " + CallingConvName));
lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
  152   return IsMemberFunction ? MemberFunc.CallConv : Proc.CallConv;
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  411   IO.mapRequired("CallConv", Record.CallConv);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  944     return CreateFunctionType(mfr.ArgumentList, mfr.ReturnType, mfr.CallConv);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  418                formatCallingConvention(MF.CallConv),