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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  163   CallingConvention getCallConv() const { return CallConv; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  281       IO, uint8_t(Record.CallConv), makeArrayRef(getCallingConventions()));
  286   error(IO.mapEnum(Record.CallConv, "CallingConvention: " + CallingConvName));
lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
  152   return IsMemberFunction ? MemberFunc.CallConv : Proc.CallConv;
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  401   IO.mapRequired("CallConv", Record.CallConv);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  937     return CreateFunctionType(pr.ArgumentList, pr.ReturnType, pr.CallConv);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  406                formatCallingConvention(Proc.CallConv),
unittests/DebugInfo/CodeView/TypeHashingTest.cpp
   39   PR.CallConv = CallingConvention::NearC;