Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h186 ClrCall = 0x16, // clr call enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h195 ClrCall = 0x16, // clr call enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp70 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ClrCall , "clrcall", OS) in operator <<()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp70 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ClrCall , "clrcall", OS) in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp133 ENUM_ENTRY(CallingConvention, ClrCall),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp81 RETURN_CASE(CallingConvention, ClrCall, "clrcall"); in formatCallingConvention()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp179 ENUM_ENTRY(CallingConvention, ClrCall),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp255 IO.enumCase(Value, "ClrCall", CallingConvention::ClrCall); in enumeration()