Home
last modified time | relevance | path

Searched refs:thiscallcc (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/test/DebugInfo/COFF/
H A Dtypes-calling-conv.ll7 ; void thiscallcc();
9 ; void A::thiscallcc() {}
65 ; CHECK: Name: A::thiscallcc
94 ; CHECK: Name: A::thiscallcc
178 define x86_thiscallcc void @"\01?thiscallcc@A@@QAEXXZ"(ptr nocapture %this) #0 align 2 !dbg !6 {
225 !6 = distinct !DISubprogram(name: "A::thiscallcc", linkageName: "\01?thiscallcc@A@@QAEXXZ", scope: …
228 !9 = !DISubprogram(name: "A::thiscallcc", linkageName: "\01?thiscallcc@A@@QAEXXZ", scope: !7, file:…
/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-calling-conventions.cpp4 void thiscallcc();
6 void A::thiscallcc() {} in thiscallcc() function in A
/llvm-project/llvm/test/DebugInfo/X86/
H A DDW_AT_calling-convention.ll7 ; void thiscallcc();
9 ; void A::thiscallcc() {}