Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h181 FarStdCall = 0x08, // far standard call enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp145 return PDB_CallingConv::FarStdCall; in getCallingConvention()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp82 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarStdCall , "stdcall", OS) in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp403 CV_ENUM_CLASS_ENT(CallingConvention, FarStdCall),
H A DTypeDumpVisitor.cpp118 ENUM_ENTRY(CallingConvention, FarStdCall),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp109 RETURN_CASE(CallingConvention, FarStdCall, "far stdcall"); in formatCallingConvention()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp245 IO.enumCase(Value, "FarStdCall", CallingConvention::FarStdCall); in enumeration()