Home
last modified time | relevance | path

Searched refs:MipsCall (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h185 MipsCall = 0x0c, // Mips call enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp86 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, MipsCall , "mipscall", OS) in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp399 CV_ENUM_CLASS_ENT(CallingConvention, MipsCall),
DTypeDumpVisitor.cpp122 ENUM_ENTRY(CallingConvention, MipsCall),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp244 IO.enumCase(Value, "MipsCall", CallingConvention::MipsCall); in enumeration()