Searched refs:multiplyByFour (Results 1 – 2 of 2) sorted by relevance
28 # RUN: echo "multiplyByFour" > %t.keep_symbols60 # the .symtab section embedded in the .gnu_debugdata section (multiplyByFour).62 # RUN: %lldb -b -o 'b multiplyByThree' -o 'b multiplyByFour' -o 'run' -o 'continue' -o 'breakpoint …67 # CHECK: (lldb) b multiplyByFour68 …oint 2: where = minidebuginfo-set-and-hit-breakpoint.test.tmp.binary`multiplyByFour, address = 0x{…84 # CHECK: 2: name = 'multiplyByFour'87 # CHECK-NEXT: symbol = multiplyByFour
3 int multiplyByFour(int num) { return num * 4; } in multiplyByFour() function10 int y = multiplyByFour(x); in main()