Add wrappers for a module's alias iterators and a getter and setter for the aliasee value.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
include/llvm-c/Core.h | ||
---|---|---|
2013 ↗ | (On Diff #146521) | Needs a size argument. |
include/llvm-c/Core.h | ||
---|---|---|
2013 ↗ | (On Diff #146521) | I'm going to offer a revision that adds a variant of LLVMValueGetName that returns the length as well to support this then. |
llvm/trunk/lib/IR/Core.cpp | ||
---|---|---|
1970 | This doesn't use the NameLen argument, |
This doesn't use the NameLen argument,