Searched refs:thiscallcc (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | types-calling-conv.ll | 6 ; void thiscallcc(); 8 ; void A::thiscallcc() {} 65 ; CHECK: Name: A::thiscallcc 94 ; CHECK: Name: A::thiscallcc 166 define x86_thiscallcc void @"\01?thiscallcc@A@@QAEXXZ"(%struct.A* nocapture %this) #0 align 2 !dbg … 213 !6 = distinct !DISubprogram(name: "A::thiscallcc", linkageName: "\01?thiscallcc@A@@QAEXXZ", scope: … 216 !9 = !DISubprogram(name: "A::thiscallcc", linkageName: "\01?thiscallcc@A@@QAEXXZ", scope: !7, file:…
|
/external/llvm/test/DebugInfo/COFF/ |
D | types-calling-conv.ll | 6 ; void thiscallcc(); 8 ; void A::thiscallcc() {} 65 ; CHECK: Name: A::thiscallcc 94 ; CHECK: Name: A::thiscallcc 166 define x86_thiscallcc void @"\01?thiscallcc@A@@QAEXXZ"(%struct.A* nocapture %this) #0 align 2 !dbg … 213 !6 = distinct !DISubprogram(name: "A::thiscallcc", linkageName: "\01?thiscallcc@A@@QAEXXZ", scope: … 216 !9 = !DISubprogram(name: "A::thiscallcc", linkageName: "\01?thiscallcc@A@@QAEXXZ", scope: !7, file:…
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-calling-conventions.cpp | 4 void thiscallcc(); 6 void A::thiscallcc() {} in thiscallcc() function in A
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | DW_AT_calling-convention.ll | 7 ; void thiscallcc(); 9 ; void A::thiscallcc() {}
|
/external/llvm/test/DebugInfo/X86/ |
D | DW_AT_calling-convention.ll | 7 ; void thiscallcc(); 9 ; void A::thiscallcc() {}
|