Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp66 (!ClassParent && CC == CallingConvention::NearStdCall)) { in start()
163 (!ClassParent && CC != CallingConvention::NearStdCall)) { in start()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyFunctionDumper.cpp68 (!ClassParent && CC == CallingConvention::NearStdCall)) { in start()
171 (!ClassParent && CC != CallingConvention::NearStdCall)) { in start()
DMinimalTypeDumper.cpp118 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-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h180 NearStdCall = 0x07, // near standard call enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h180 NearStdCall = 0x07, // near standard call enumerator
/external/llvm/test/DebugInfo/COFF/
Dtypes-calling-conv.ll129 ; CHECK: CallingConvention: NearStdCall (0x7)
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dtypes-calling-conv.ll141 ; CHECK: CallingConvention: NearStdCall (0x7)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp81 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearStdCall, "stdcall", OS) in operator <<()
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp55 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearStdCall, "stdcall", OS) in operator <<()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp81 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearStdCall, "stdcall", OS) in operator <<()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp402 CV_ENUM_CLASS_ENT(CallingConvention, NearStdCall),
DTypeDumpVisitor.cpp117 ENUM_ENTRY(CallingConvention, NearStdCall),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp394 CV_ENUM_CLASS_ENT(CallingConvention, NearStdCall),
DTypeDumpVisitor.cpp117 ENUM_ENTRY(CallingConvention, NearStdCall),
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp164 ENUM_ENTRY(CallingConvention, NearStdCall),
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp239 IO.enumCase(Value, "NearStdCall", CallingConvention::NearStdCall); in enumeration()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp239 IO.enumCase(Value, "NearStdCall", CallingConvention::NearStdCall); in enumeration()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp340 case llvm::codeview::CallingConvention::NearStdCall: in TranslateCallingConvention()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp138 case CC::NearStdCall: in TranslateCallingConvention()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1237 case dwarf::DW_CC_BORLAND_stdcall: return CallingConvention::NearStdCall; in dwarfCCToCodeView()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1814 case dwarf::DW_CC_BORLAND_stdcall: return CallingConvention::NearStdCall; in dwarfCCToCodeView()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1793 case dwarf::DW_CC_BORLAND_stdcall: return CallingConvention::NearStdCall; in dwarfCCToCodeView()