Searched refs:NearStdCall (Results 1 – 14 of 14) sorted by relevance
/external/llvm/tools/llvm-pdbdump/ |
D | FunctionDumper.cpp | 66 (!ClassParent && CC == CallingConvention::NearStdCall)) { in start() 163 (!ClassParent && CC != CallingConvention::NearStdCall)) { in start()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | PrettyFunctionDumper.cpp | 66 (!ClassParent && CC == CallingConvention::NearStdCall)) { in start() 168 (!ClassParent && CC != CallingConvention::NearStdCall)) { in start()
|
D | MinimalTypeDumper.cpp | 94 RETURN_CASE(CallingConvention, NearStdCall, "stdcall"); in formatCallingConvention()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 171 NearStdCall = 0x07, // near standard call enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 180 NearStdCall = 0x07, // near standard call enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 55 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearStdCall, "stdcall", OS) in operator <<()
|
/external/llvm/test/DebugInfo/COFF/ |
D | types-calling-conv.ll | 129 ; CHECK: CallingConvention: NearStdCall (0x7)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | types-calling-conv.ll | 129 ; CHECK: CallingConvention: NearStdCall (0x7)
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 55 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearStdCall, "stdcall", OS) in operator <<()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 118 ENUM_ENTRY(CallingConvention, NearStdCall),
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 164 ENUM_ENTRY(CallingConvention, NearStdCall),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 240 IO.enumCase(Value, "NearStdCall", CallingConvention::NearStdCall); in enumeration()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1237 case dwarf::DW_CC_BORLAND_stdcall: return CallingConvention::NearStdCall; in dwarfCCToCodeView()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1618 case dwarf::DW_CC_BORLAND_stdcall: return CallingConvention::NearStdCall; in dwarfCCToCodeView()
|