@"llvm.trace_event_raw_sys_enter:0:16$0:2:0" documentation
#54
varun-r-mallya
started this conversation in
General
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Documenting CO-RE structs in LLVM IR as I understand it.
0:16here shows the offset of the field being accessed.$,0:2:0is the zero based indexed location of the field in the struct. last0tells the field index if it is an array.All reactions