Searched refs:ClrCall (Results 1 – 14 of 14) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 186 ClrCall = 0x16, // clr call enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 195 ClrCall = 0x16, // clr call enumerator
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 195 ClrCall = 0x16, // clr call enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 96 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ClrCall , "clrcall", OS) in operator <<()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 70 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ClrCall , "clrcall", OS) in operator <<()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 96 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, ClrCall , "clrcall", OS) in operator <<()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 417 CV_ENUM_CLASS_ENT(CallingConvention, ClrCall),
|
D | TypeDumpVisitor.cpp | 132 ENUM_ENTRY(CallingConvention, ClrCall),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 409 CV_ENUM_CLASS_ENT(CallingConvention, ClrCall),
|
D | TypeDumpVisitor.cpp | 132 ENUM_ENTRY(CallingConvention, ClrCall),
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 105 RETURN_CASE(CallingConvention, ClrCall, "clrcall"); in formatCallingConvention()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 179 ENUM_ENTRY(CallingConvention, ClrCall),
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 254 IO.enumCase(Value, "ClrCall", CallingConvention::ClrCall); in enumeration()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 254 IO.enumCase(Value, "ClrCall", CallingConvention::ClrCall); in enumeration()
|