Searched refs:multiplyByThree (Results 1 – 2 of 2) sorted by relevance
3 # We want to keep the symbol "multiplyByThree" in the .dynamic section and not5 # RUN: echo "{multiplyByThree;};" > %T/dynmic-symbols.txt40 # info. On top if that, it ensures that we only have the multiplyByThree symbol59 # from within the .dynsym section (multiplyByThree) and one from62 # RUN: %lldb -b -o 'b multiplyByThree' -o 'b multiplyByFour' -o 'run' -o 'continue' -o 'breakpoint …64 # CHECK: (lldb) b multiplyByThree65 …oint 1: where = minidebuginfo-set-and-hit-breakpoint.test.tmp.binary`multiplyByThree, address = 0x…75 # CHECK-NEXT: 1: name = 'multiplyByThree'78 # CHECK-NEXT: symbol = multiplyByThree
6 int multiplyByThree(int num) { return num * 3; } in multiplyByThree() function9 int x = multiplyByThree(argc); in main()