/external/llvm/tools/llvm-pdbdump/ |
D | FunctionDumper.cpp | 66 (!ClassParent && CC == CallingConvention::NearStdCall)) { in start() 163 (!ClassParent && CC != CallingConvention::NearStdCall)) { in start()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | PrettyFunctionDumper.cpp | 68 (!ClassParent && CC == CallingConvention::NearStdCall)) { in start() 171 (!ClassParent && CC != CallingConvention::NearStdCall)) { in start()
|
D | MinimalTypeDumper.cpp | 118 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-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 180 NearStdCall = 0x07, // near standard call enumerator
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 180 NearStdCall = 0x07, // near standard call enumerator
|
/external/llvm/test/DebugInfo/COFF/ |
D | types-calling-conv.ll | 129 ; CHECK: CallingConvention: NearStdCall (0x7)
|
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | types-calling-conv.ll | 141 ; CHECK: CallingConvention: NearStdCall (0x7)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 81 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearStdCall, "stdcall", OS) in operator <<()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 55 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearStdCall, "stdcall", OS) in operator <<()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 81 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, NearStdCall, "stdcall", OS) in operator <<()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 402 CV_ENUM_CLASS_ENT(CallingConvention, NearStdCall),
|
D | TypeDumpVisitor.cpp | 117 ENUM_ENTRY(CallingConvention, NearStdCall),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 394 CV_ENUM_CLASS_ENT(CallingConvention, NearStdCall),
|
D | TypeDumpVisitor.cpp | 117 ENUM_ENTRY(CallingConvention, NearStdCall),
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 164 ENUM_ENTRY(CallingConvention, NearStdCall),
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 239 IO.enumCase(Value, "NearStdCall", CallingConvention::NearStdCall); in enumeration()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 239 IO.enumCase(Value, "NearStdCall", CallingConvention::NearStdCall); in enumeration()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | PDBASTParser.cpp | 340 case llvm::codeview::CallingConvention::NearStdCall: in TranslateCallingConvention()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | PdbAstBuilder.cpp | 138 case CC::NearStdCall: in TranslateCallingConvention()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1237 case dwarf::DW_CC_BORLAND_stdcall: return CallingConvention::NearStdCall; in dwarfCCToCodeView()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1814 case dwarf::DW_CC_BORLAND_stdcall: return CallingConvention::NearStdCall; in dwarfCCToCodeView()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1793 case dwarf::DW_CC_BORLAND_stdcall: return CallingConvention::NearStdCall; in dwarfCCToCodeView()
|