Home
last modified time | relevance | path

Searched refs:FarFast (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.h179 FarFast = 0x05, // far left to right push with regs, callee pops stack enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp80 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarFast , "fastcall", OS) in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp393 CV_ENUM_CLASS_ENT(CallingConvention, FarFast),
DTypeDumpVisitor.cpp116 ENUM_ENTRY(CallingConvention, FarFast),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp238 IO.enumCase(Value, "FarFast", CallingConvention::FarFast); in enumeration()