Home
last modified time | relevance | path

Searched refs:NearPascal (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h167 NearPascal = 0x02, // near left to right push, callee pops stack enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h176 NearPascal = 0x02, // near left to right push, callee pops stack enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp51 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearPascal , "pascal", OS) in operator <<()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp51 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearPascal , "pascal", OS) in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp114 ENUM_ENTRY(CallingConvention, NearPascal),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp93 RETURN_CASE(CallingConvention, NearPascal, "pascal"); in formatCallingConvention()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp160 ENUM_ENTRY(CallingConvention, NearPascal),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp236 IO.enumCase(Value, "NearPascal", CallingConvention::NearPascal); in enumeration()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1238 case dwarf::DW_CC_BORLAND_pascal: return CallingConvention::NearPascal; in dwarfCCToCodeView()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1619 case dwarf::DW_CC_BORLAND_pascal: return CallingConvention::NearPascal; in dwarfCCToCodeView()