Home
last modified time | relevance | path

Searched refs:NearStdCall (Results 1 – 14 of 14) sorted by relevance

/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp66 (!ClassParent && CC == CallingConvention::NearStdCall)) { in start()
163 (!ClassParent && CC != CallingConvention::NearStdCall)) { in start()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyFunctionDumper.cpp66 (!ClassParent && CC == CallingConvention::NearStdCall)) { in start()
168 (!ClassParent && CC != CallingConvention::NearStdCall)) { in start()
DMinimalTypeDumper.cpp94 RETURN_CASE(CallingConvention, NearStdCall, "stdcall"); in formatCallingConvention()
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h171 NearStdCall = 0x07, // near standard call enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h180 NearStdCall = 0x07, // near standard call enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp55 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearStdCall, "stdcall", OS) in operator <<()
/external/llvm/test/DebugInfo/COFF/
Dtypes-calling-conv.ll129 ; CHECK: CallingConvention: NearStdCall (0x7)
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dtypes-calling-conv.ll129 ; CHECK: CallingConvention: NearStdCall (0x7)
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp55 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearStdCall, "stdcall", OS) in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp118 ENUM_ENTRY(CallingConvention, NearStdCall),
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp164 ENUM_ENTRY(CallingConvention, NearStdCall),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp240 IO.enumCase(Value, "NearStdCall", CallingConvention::NearStdCall); in enumeration()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1237 case dwarf::DW_CC_BORLAND_stdcall: return CallingConvention::NearStdCall; in dwarfCCToCodeView()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1618 case dwarf::DW_CC_BORLAND_stdcall: return CallingConvention::NearStdCall; in dwarfCCToCodeView()