Searched refs:gccifyAsm (Results 1 – 1 of 1) sorted by relevance
3193 static std::string gccifyAsm(std::string asmstr) { in gccifyAsm() function3234 Out << "__asm__ volatile (\"" << gccifyAsm(as->getAsmString()) << "\"\n"; in visitInlineAsm()