search for: arg11

Displaying 4 results from an estimated 4 matches for "arg11".

Did you mean: arg1
2012 Jul 05
4
[LLVMdev] Accessing Return Variable Names
...a question which I think should be straight forward, but I am having trouble figuring it out. I want to be able to access the return variable name for an instruction. For some instructions I can get this value through the "getName" method. For example, with the instruction: > %arg11 = bitcast i32* %arg1 to i8*, !dbg !42, !id !43 calling the "getName" method returns: > arg11 However, for the instruction: > %4 = load i32* %arg1, align 4, !dbg !57, !id !59 the "getName" method returns the empty string. How would I find the value "4" fo...
2012 Jul 05
0
[LLVMdev] Accessing Return Variable Names
...should > be straight forward, but I am having trouble figuring it out. I want to > be able to access the return variable name for an instruction. For some > instructions I can get this value through the "getName" method. For > example, with the instruction: > > > %arg11 = bitcast i32* %arg1 to i8*, !dbg !42, !id !43 > > calling the "getName" method returns: > > > arg11 > > However, for the instruction: > > > %4 = load i32* %arg1, align 4, !dbg !57, !id !59 > > the "getName" method returns the empty string....
2012 Jul 05
0
[LLVMdev] Accessing Return Variable Names
...should > be straight forward, but I am having trouble figuring it out. I want to > be able to access the return variable name for an instruction. For some > instructions I can get this value through the "getName" method. For > example, with the instruction: > > > %arg11 = bitcast i32* %arg1 to i8*, !dbg !42, !id !43 > > calling the "getName" method returns: > > > arg11 > > However, for the instruction: > > > %4 = load i32* %arg1, align 4, !dbg !57, !id !59 > > the "getName" method returns the empty string....
2012 Jul 05
1
[LLVMdev] Accessing Return Variable Names
...ght forward, but I am having trouble figuring it out. I want to >> be able to access the return variable name for an instruction. For some >> instructions I can get this value through the "getName" method. For >> example, with the instruction: >> >> > %arg11 = bitcast i32* %arg1 to i8*, !dbg !42, !id !43 >> >> calling the "getName" method returns: >> >> > arg11 >> >> However, for the instruction: >> >> > %4 = load i32* %arg1, align 4, !dbg !57, !id !59 >> >> the "getName...