Displaying 2 results from an estimated 2 matches for "ctor_1".
Did you mean:
ctor1
2004 Sep 28
1
[LLVMdev] How could I hide the visible string?
...;,a);
printf("Internal %s\n",b);
}
IR code :
target endian = little
target pointersize = 32
%struct..TorRec = type { int, void ()* }
%struct.TorRec = type { int, void ()* }
%a = internal global [20 x sbyte] c"global string test\0A\00" ; <[20 x sbyte]*> [#uses=1]
%.ctor_1 = internal global [20 x sbyte] c"Internal string test" ; <[20 x sbyte]*> [#uses=1]
%.str_1 = internal constant [12 x sbyte] c"Global %s \0A\00" ; <[12 x sbyte]*> [#uses=1]
%.str_2 = internal constant [13 x sbyte] c"Internal %s\0A\00" ; <[13 x sbyte]*&...
2004 Oct 10
1
[LLVMdev] Re: Hide visible string in variable
...> > target endian = little
> > target pointersize = 32
> > %struct..TorRec = type { int, void ()* }
> > %struct.TorRec = type { int, void ()* }
> > %a = internal global [20 x sbyte] c"global string test\0A\00" ; <[20 x sbyte]*> [#uses=1]
> > %.ctor_1 = internal global [20 x sbyte] c"Internal string test" ; <[20 x sbyte]*> [#uses=1]
> > %.str_1 = internal constant [12 x sbyte] c"Global %s \0A\00" ; <[12 x sbyte]*> [#uses=1]
> > %.str_2 = internal constant [13 x sbyte] c"Internal %s\0A\00"...