search for: var_start

Displaying 3 results from an estimated 3 matches for "var_start".

Did you mean: va_start
2012 Jul 05
0
[LLVMdev] Accessing Return Variable Names
...} else if(i->getOpcode() == Instruction::Ret) { return "Return"; } std::string name; raw_string_ostream s(name); s << *i; // string representation of an instruction size_t var_start = name.find('%'); // var starts with a % size_t var_end = name.find(" ", var_start+1); // till space size_t var_comma = name.find(",", var_start+1); // or comma return var_comma<var_end? name.substr(var_star...
2012 Jul 05
4
[LLVMdev] Accessing Return Variable Names
Hello, I'm new to llvm development and I have a question which I think should be straight forward, but I am having trouble figuring it out. I want to be able to access the return variable name for an instruction. For some instructions I can get this value through the "getName" method. For example, with the instruction: > %arg11 = bitcast i32* %arg1 to i8*, !dbg !42, !id
2008 Jun 20
1
Samba 4 alpha 4 with OpenLDAP
...DN": names.serverdn File "bin/python/samba/provision.py", line 185, in setup_modify_ldif check_all_substituted(data) File "bin/python/samba/__init__.py", line 227, in check_all_substituted raise Exception("Not all variables substituted: %s" % text[var_start:var_end+1]) Exception: Not all variables substituted: ${PREFIXMAP_B64} Does anyone has any idea? Thanks, chris