Displaying 3 results from an estimated 3 matches for "dispatch_f".
Did you mean:
dispatch_h
2013 Aug 06
1
[LLVMdev] Patching jump tables at run-time
I am looking for guidance on how to:
1.
2016 Feb 11
3
Expected constant simplification not happening
..._entry] }
%struct.test = type { %struct.__foo, i32 }
%struct.__foo = type { %struct._dispatch }
%struct._dispatch = type { %struct._entry*, i8* (%struct._foo*, i32, i8*)* }
@str = private unnamed_addr constant [8 x i8] c"table_f\00"
@str.2 = private unnamed_addr constant [11 x i8] c"dispatch_f\00"
; Function Attrs: nounwind
declare void @llvm.lifetime.start(i64, i8* nocapture) #1
; Function Attrs: nounwind
declare void @llvm.lifetime.end(i64, i8* nocapture) #1
; Function Attrs: noinline nounwind ssp uwtable
define i8* @foo(%struct._foo* %obj, i32 %unused, i8* %value) #2 {
entry:...
2016 Dec 07
1
Expected constant simplification not happening
...2 }
> %struct.__foo = type { %struct._dispatch }
> %struct._dispatch = type { %struct._entry*, i8* (%struct._foo*, i32,
> i8*)* }
>
> @str = private unnamed_addr constant [8 x i8] c"table_f\00"
> @str.2 = private unnamed_addr constant [11 x i8] c"dispatch_f\00"
>
> ; Function Attrs: nounwind
> declare void @llvm.lifetime.start(i64, i8* nocapture) #1
>
> ; Function Attrs: nounwind
> declare void @llvm.lifetime.end(i64, i8* nocapture) #1
>
> ; Function Attrs: noinline nounwind ssp uwtable
> define...