Displaying 1 result from an estimated 1 matches for "_ztsfiie".
Did you mean:
_ztsfie
2020 Jul 08
2
Extracting the !dbg property from LLVM IR function calls
...g a program with debugging information, and am attempting to
extract !dbg numbers from function calls in LLVM IR. However, I've found a
few inconsistencies. For example, this call exists in my module:
%1 = tail call i1 @llvm.type.test(i8* bitcast (i32 (i32)* @_Z5otheri to
i8*), metadata !"_ZTSFiiE") #5, *!dbg !69*, !nosanitize !2
I would like to extract the 69 from this line in my LLVM pass, but when I
dump() the corresponding CallInst, I see the following:
%1 = tail call i1 @llvm.type.test(i8* bitcast (i32 (i32)* @_Z5otheri to
i8*), metadata !"_ZTSFiiE") #5, *!dbg !29*, !no...