reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/SimplifyLibCalls.cpp
 2343     return emitPutChar(B.getInt32(FormatStr[0]), B, TLI);
 2343     return emitPutChar(B.getInt32(FormatStr[0]), B, TLI);
 2352     return emitPutChar(B.getInt32(ChrStr[0]), B, TLI);
 2352     return emitPutChar(B.getInt32(ChrStr[0]), B, TLI);
 2361     Value *GV = B.CreateGlobalString(FormatStr, "str");
 2362     return emitPutS(GV, B, TLI);
 2369     return emitPutChar(CI->getArgOperand(1), B, TLI);
 2374     return emitPutS(CI->getArgOperand(1), B, TLI);