Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/
H A Dcalling-conventions-x86.test10 64BIT-CHECK-DAG: int (*FuncFastCallPtr)();
17 32BIT-CHECK-DAG: int (*FuncFastCallPtr)() __attribute__((fastcall));
H A Dcalling-conventions-arm.test9 CHECK-DAG: int (*FuncFastCallPtr)();
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DCallingConventionsTest.cpp8 auto FuncFastCallPtr = &FuncFastCall; variable