Home
last modified time | relevance | path

Searched refs:ClrCall (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h198 ClrCall = 0x16, // clr call enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp96 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ClrCall , "clrcall", OS) in operator <<()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp420 CV_ENUM_CLASS_ENT(CallingConvention, ClrCall),
DTypeDumpVisitor.cpp132 ENUM_ENTRY(CallingConvention, ClrCall),
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp105 RETURN_CASE(CallingConvention, ClrCall, "clrcall"); in formatCallingConvention()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp259 IO.enumCase(Value, "ClrCall", CallingConvention::ClrCall); in enumeration()