Displaying 1 result from an estimated 1 matches for "writeconstantinternal".
2013 Oct 17
1
[LLVMdev] get the value of a Constant in LLVM IR
...ues() const: Returns a vector of component
constants that makeup this array.
But i cannot find this method, i think that it is not implemented in the
3.3 version.
There is the method 'Value::print()' but this gives me also the type which
is not what i want.
I found also the 'static void WriteConstantInternal()' method in
llvm/lib/IR/AsmWriter.cpp which is called
by 'Value::print()' but it is 'static' so i cannot access it. I need
something like the 'WriteConstantInternal' method.
Any ideas?
Thanks
Eirini
-------------- next part --------------
An HTML attachment was scrub...