Searched refs:ClrCall (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 206 ClrCall = 0x16, // clr call enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 96 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ClrCall , "clrcall", OS) in operator <<()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 109 RETURN_CASE(CallingConvention, ClrCall, "clrcall"); in formatCallingConvention()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 424 CV_ENUM_CLASS_ENT(CallingConvention, ClrCall),
|
H A D | TypeDumpVisitor.cpp | 133 ENUM_ENTRY(CallingConvention, ClrCall),
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 259 IO.enumCase(Value, "ClrCall", CallingConvention::ClrCall); in enumeration()
|