Displaying 2 results from an estimated 2 matches for "swapword".
Did you mean:
stopword
2019 Jan 28
2
Create a BlockAddress array from LLVM Pass
Hi
Good day. For the following function local static constant array:
static const __attribute__((used))
__attribute__((section("data"))) void *codetable[] = {
&&RETURN, &&INCREMENT, &&DECREMENT, &&DOUBLE, &&SWAPWORD};
I have the following in the LLVM IR.
@sampleCode.codetable = internal global [5 x i8*] [i8* blockaddress(@sampleCode, %19), i8* blockaddress(@sampleCode, %22), i8* blockaddress(@sampleCode, %25), i8* blockaddress(@sampleCode, %28), i8* blockaddress(@sampleCode, %31)], section "data", a...
2019 Jan 29
2
[cfe-dev] Create a BlockAddress array from LLVM Pass
...t; Hi
>
>
> Good day. For the following function local static constant array:
> static const __attribute__((used))
>
> __attribute__((section("data"))) void *codetable[] = {
>
> &&RETURN, &&INCREMENT, &&DECREMENT, &&DOUBLE, &&SWAPWORD};
>
> I have the following in the LLVM IR.
>
>
>
> @sampleCode.codetable = internal global [5 x i8*] [i8* blockaddress(@sampleCode, %19), i8* blockaddress(@sampleCode, %22), i8* blockaddress(@sampleCode, %25), i8* blockaddress(@sampleCode, %28), i8* blockaddress(@sampleCode, %31)]...