Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h188 FarPascal = 0x03, // far left to right push, callee pops stack enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp78 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarPascal , "pascal", OS) in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp406 CV_ENUM_CLASS_ENT(CallingConvention, FarPascal),
H A DTypeDumpVisitor.cpp115 ENUM_ENTRY(CallingConvention, FarPascal),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp112 RETURN_CASE(CallingConvention, FarPascal, "far pascal"); in formatCallingConvention()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp241 IO.enumCase(Value, "FarPascal", CallingConvention::FarPascal); in enumeration()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp142 case CC::FarPascal: in TranslateCallingConvention()