Searched refs:printArgs (Results 1 – 4 of 4) sorted by relevance
192 CallInst* PRINT(const std::string& printStr, const std::initializer_list<Value*>& printArgs);
374 const std::initializer_list<Value*>& printArgs) in PRINT() argument385 auto v = printArgs.begin(); in PRINT()387 while ((pos != std::string::npos) && (v != printArgs.end())) in PRINT()
2428 void printArgs(const std::vector<uint64_t> &Args);2837 void AssemblyWriter::printArgs(const std::vector<uint64_t> &Args) { in printArgs() function in AssemblyWriter2859 printArgs(ResByArg.first); in printWPDRes()3082 printArgs(ConstVCall.Args); in printConstVCalls()
2617 void printArgs(const std::vector<uint64_t> &Args);3038 void AssemblyWriter::printArgs(const std::vector<uint64_t> &Args) { in printArgs() function in AssemblyWriter3060 printArgs(ResByArg.first); in printWPDRes()3319 printArgs(ConstVCall.Args); in printConstVCalls()