Displaying 2 results from an estimated 2 matches for "lpad5".
Did you mean:
_pad5
2017 May 24
2
DebugInfo, Metadata usage
...tream.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, i32 0, i32 0))
to label %invoke.cont38 unwind label %lpad5, !dbg !5551
I'm digging around Verifier, Metadata, DebugInfo, though, it comes to me
that I miss something
Is it some design decision that isString method does not return TRUE
for wide-character string?
Should I do some additional analysis for constants(like collect meta for
all instruction...
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