Searched defs:PutChar (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp323 Value *PutChar = M->getOrInsertFunction("putchar", B.getInt32Ty(), local
325 CallInst *CI = B.CreateCall(PutChar,
332 if (const Function *F = dyn_cast<Function>(PutChar->stripPointerCasts()))
/external/lldb/source/Core/
H A DStream.cpp183 Stream::PutChar (char ch) function in class:Stream
250 return PutChar ('\n');
269 PutChar (ch);
745 s->PutChar(' ');
747 s->PutChar(' ');
749 s->PutChar(' ');
752 s->PutChar(' ');
754 s->PutChar(' ');
756 s->PutChar(' ');
759 s->PutChar(' ');
[all...]

Completed in 114 milliseconds