Searched refs:hello_string (Results 1 – 3 of 3) sorted by relevance
24 adrp x1, hello_string25 add x1, x1, :lo12:hello_string37 hello_string: label
25 auipc a1, %pcrel_hi(hello_string)38 hello_string: label
2046 StringLiteral hello_string("hello"); in TEST() local2048 __ Ldrb(r1, &hello_string); in TEST()2050 __ Adr(r0, &hello_string); in TEST()