Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/
H A Dcalling-conventions-x86.test11 64BIT-CHECK-DAG: int (*FuncVectorCallPtr)() __attribute__((vectorcall));
18 32BIT-CHECK-DAG: int (*FuncVectorCallPtr)() __attribute__((vectorcall));
H A Dcalling-conventions-arm.test10 CHECK-DAG: int (*FuncVectorCallPtr)();
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DCallingConventionsTest.cpp11 auto FuncVectorCallPtr = &FuncVectorCall; variable