Home
last modified time | relevance | path

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

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