Home
last modified time | relevance | path

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

/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DFuncSymbols.cpp3 static long StaticFunction(int a) in StaticFunction() function
14 StaticFunction(1); in FunctionCall()
H A DFuncSymbolsTestMain.cpp34 static long StaticFunction(int a) in StaticFunction() function
54 StaticFunction(2); in main()
/llvm-project/lldb/test/Shell/SymbolFile/PDB/
H A Dfunc-symbols.test18 CHECK-ONE-DAG: [[TY7:.*]]: Type{[[UID7:.*]]} , name = "StaticFunction", decl = FuncSymbolsTestMain.cpp:35, compiler_type = {{.*}} long (int)
32 CHECK-ONE-DAG: Function{[[UID7]]}, demangled = {{.*}}StaticFunction{{.*}}, type = [[TY7]]
40 CHECK-TWO-DAG: [[TY31:.*]]: Type{[[UID31:.*]]} , name = "StaticFunction", decl = FuncSymbols.cpp:4, compiler_type = {{.*}} long (int)
45 CHECK-TWO-DAG: Function{[[UID31]]}, demangled = {{.*}}`anonymous namespace'::StaticFunction{{.*}}, type = [[TY31]]