Home
last modified time | relevance | path

Searched refs:FarPascal (Results 1 – 15 of 15) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h168 FarPascal = 0x03, // far left to right push, callee pops stack enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h177 FarPascal = 0x03, // far left to right push, callee pops stack enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h177 FarPascal = 0x03, // far left to right push, callee pops stack enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp78 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarPascal , "pascal", OS) in operator <<()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp52 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarPascal , "pascal", OS) in operator <<()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp78 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarPascal , "pascal", OS) in operator <<()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp399 CV_ENUM_CLASS_ENT(CallingConvention, FarPascal),
DTypeDumpVisitor.cpp114 ENUM_ENTRY(CallingConvention, FarPascal),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp391 CV_ENUM_CLASS_ENT(CallingConvention, FarPascal),
DTypeDumpVisitor.cpp114 ENUM_ENTRY(CallingConvention, FarPascal),
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp108 RETURN_CASE(CallingConvention, FarPascal, "far pascal"); in formatCallingConvention()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp161 ENUM_ENTRY(CallingConvention, FarPascal),
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp236 IO.enumCase(Value, "FarPascal", CallingConvention::FarPascal); in enumeration()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp236 IO.enumCase(Value, "FarPascal", CallingConvention::FarPascal); in enumeration()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp133 case CC::FarPascal: in TranslateCallingConvention()