Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h172 FarStdCall = 0x08, // far standard call enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h181 FarStdCall = 0x08, // far standard call enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h181 FarStdCall = 0x08, // far standard call enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp145 return PDB_CallingConv::FarStdCall; in getCallingConvention()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp145 return PDB_CallingConv::FarStdCall; in getCallingConvention()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp82 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarStdCall , "stdcall", OS) in operator <<()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp56 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarStdCall , "stdcall", OS) in operator <<()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp82 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, FarStdCall , "stdcall", OS) in operator <<()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp403 CV_ENUM_CLASS_ENT(CallingConvention, FarStdCall),
DTypeDumpVisitor.cpp118 ENUM_ENTRY(CallingConvention, FarStdCall),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp395 CV_ENUM_CLASS_ENT(CallingConvention, FarStdCall),
DTypeDumpVisitor.cpp118 ENUM_ENTRY(CallingConvention, FarStdCall),
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp109 RETURN_CASE(CallingConvention, FarStdCall, "far stdcall"); in formatCallingConvention()
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp165 ENUM_ENTRY(CallingConvention, FarStdCall),
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp240 IO.enumCase(Value, "FarStdCall", CallingConvention::FarStdCall); in enumeration()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp240 IO.enumCase(Value, "FarStdCall", CallingConvention::FarStdCall); in enumeration()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp139 case CC::FarStdCall: in TranslateCallingConvention()