search for: const_ptr_7_indices

Displaying 1 result from an estimated 1 matches for "const_ptr_7_indices".

Did you mean: const_ptr_5_indices
2012 Sep 05
1
[LLVMdev] Calling a function with a pointer to a global char array as argument
...gt;getType(), 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);...