Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h177 FarPascal = 0x03, // far left to right push, callee pops stack enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp78 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarPascal , "pascal", OS) in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp399 CV_ENUM_CLASS_ENT(CallingConvention, FarPascal),
H A DTypeDumpVisitor.cpp114 ENUM_ENTRY(CallingConvention, FarPascal),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp108 RETURN_CASE(CallingConvention, FarPascal, "far pascal"); in formatCallingConvention()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp241 IO.enumCase(Value, "FarPascal", CallingConvention::FarPascal); in enumeration()