Searched refs:FarStdCall (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 181 FarStdCall = 0x08, // far standard call enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 145 return PDB_CallingConv::FarStdCall; in getCallingConvention()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 82 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarStdCall , "stdcall", OS) in operator <<()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 403 CV_ENUM_CLASS_ENT(CallingConvention, FarStdCall),
|
| H A D | TypeDumpVisitor.cpp | 118 ENUM_ENTRY(CallingConvention, FarStdCall),
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 109 RETURN_CASE(CallingConvention, FarStdCall, "far stdcall"); in formatCallingConvention()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 245 IO.enumCase(Value, "FarStdCall", CallingConvention::FarStdCall); in enumeration()
|