Searched refs:NearPascal (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 176 NearPascal = 0x02, // near left to right push, callee pops stack enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 77 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearPascal , "pascal", OS) in operator <<()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 398 CV_ENUM_CLASS_ENT(CallingConvention, NearPascal),
|
H A D | TypeDumpVisitor.cpp | 113 ENUM_ENTRY(CallingConvention, NearPascal),
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 117 RETURN_CASE(CallingConvention, NearPascal, "pascal"); in formatCallingConvention()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 240 IO.enumCase(Value, "NearPascal", CallingConvention::NearPascal); in enumeration()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 1845 case dwarf::DW_CC_BORLAND_pascal: return CallingConvention::NearPascal; in dwarfCCToCodeView()
|