Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp144 return PDB_CallingConv::FarStdCall; in getCallingConvention()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h192 FarStdCall = 0x08, // far standard call enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp82 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarStdCall , "stdcall", OS) in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp410 CV_ENUM_CLASS_ENT(CallingConvention, FarStdCall),
H A DTypeDumpVisitor.cpp119 ENUM_ENTRY(CallingConvention, FarStdCall),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp113 RETURN_CASE(CallingConvention, FarStdCall, "far stdcall"); in formatCallingConvention()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp245 IO.enumCase(Value, "FarStdCall", CallingConvention::FarStdCall); in enumeration()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp148 case CC::FarStdCall: in TranslateCallingConvention()