Searched defs:printArgs (Results 1 – 4 of 4) sorted by relevance
188 StringBuilder printArgs = new StringBuilder(); in execute() local
459 …CallInst *Builder::PRINT(const std::string &printStr,const std::initializer_list<Value*> &printArg… in PRINT()
963 func (ft *FunctionType) printArgs(ps *printState) { func
2735 void AssemblyWriter::printArgs(const std::vector<uint64_t> &Args) { in printArgs() function in AssemblyWriter