Displaying 1 result from an estimated 1 matches for "const_int32_8".
Did you mean:
const_int32_98
2012 Sep 05
1
[LLVMdev] Calling a function with a pointer to a global char array as argument
...true,
GlobalValue::InternalLinkage,
fname,
"fBloc");
Function Call With the Global:
std::vector<Constant*> const_ptr_7_indices;
ConstantInt* const_int32_8 = ConstantInt::get(getGlobalContext(),
APInt(32, StringRef("0"), 10));
const_ptr_7_indices.push_back(const_int32_8);
const_ptr_7_indices.push_back(const_int32_8);
Constant* const_ptr_7 = ConstantExpr::getGetElementPtr(fname,
const_ptr_7_indices);
CallInst*...