Displaying 1 result from an estimated 1 matches for "_z2f_f".
Did you mean:
_z2f2v
2011 Mar 25
1
[LLVMdev] Named metadata to represent language specific logic
...3 };
!U.d = metadata { metadata !charID, metadata !"align", i8 4 };
;====================================
; Linkage information on a function
; extern inline f_() { return "const string"; } // "const string" HAS
to be common to ALL comp.units
define linkonce_odr i8* @_Z2f_f() nounwind inlinehint, !extern {
entry:
ret i8* getelementptr inbounds ([13 x i8]* @.str, i32 0, i32 0)
}
!extern = metadata { metadata !"common group", metadata !"_Z2f_f" };
-> so, if inside a function that has metadata "extern", returning the
constant string s...