Displaying 2 results from an estimated 2 matches for "call39".
Did you mean:
call3
2017 May 24
2
DebugInfo, Metadata usage
...i32 76, i32 68, i32 0], align 4
For that kind of Constant metadata is empty. The way, I could get
metadata as mentioned in Verifier , is not working for Constants that
are not created as Local Variables. I've tried to get the info via Users
of that Value, but it wasn't working either.
%call39 = invoke dereferenceable(160)
%"class.std::__1::basic_ostream.13"*
@_ZNSt3__1lsIwNS_11char_traitsIwEEEERNS_13basic_ostreamIT_T0_EES7_PKS4_(%"class.std::__1::basic_ostream.13"*
dereferenceable(160) @_ZNSt3__15wcoutE, i32* getelementptr inbounds ([17
x i32], [17 x i32]* @.str.2, i...
2017 May 22
2
DebugInfo, Metadata usage
Hello LLVM Community,
I'm working on some analyzer\checker and want to implement checker for
variables.
In that case, I want to retrieve some information about types of
variables or identify that the variable is either string or not.
As an example, for strings which can be char or string type I came up
with a solution to find it out via isString or isCString methods. But
for strings whose