Home
last modified time | relevance | path

Searched refs:NearC (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h174 NearC = 0x00, // near right to left push, caller pops stack enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp75 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearC , "cdecl", OS) in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp388 CV_ENUM_CLASS_ENT(CallingConvention, NearC),
DTypeDumpVisitor.cpp111 ENUM_ENTRY(CallingConvention, NearC),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp233 IO.enumCase(Value, "NearC", CallingConvention::NearC); in enumeration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1790 case dwarf::DW_CC_normal: return CallingConvention::NearC; in dwarfCCToCodeView()
1797 return CallingConvention::NearC; in dwarfCCToCodeView()