Home
last modified time | relevance | path

Searched refs:PpcCall (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.h188 PpcCall = 0x0f, // PPC call enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp89 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, PpcCall , "ppccall", OS) in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp402 CV_ENUM_CLASS_ENT(CallingConvention, PpcCall),
DTypeDumpVisitor.cpp125 ENUM_ENTRY(CallingConvention, PpcCall),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp247 IO.enumCase(Value, "PpcCall", CallingConvention::PpcCall); in enumeration()