Searched refs:M32RCall (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h199 M32RCall = 0x15, // M32R Call member in class:llvm::codeview::CallingConvention
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp95 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, M32RCall , "m32rcall", OS)
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp420 CV_ENUM_CLASS_ENT(CallingConvention, M32RCall),
H A DTypeDumpVisitor.cpp132 ENUM_ENTRY(CallingConvention, M32RCall),
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp117 RETURN_CASE(CallingConvention, M32RCall, "m32rcall");
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp258 IO.enumCase(Value, "M32RCall", CallingConvention::M32RCall);

Completed in 72 milliseconds