HomeSort by relevance Sort by last modified time
    Searched defs:PutChar (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Core/
Stream.cpp 183 Stream::PutChar (char ch)
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...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 346 /// EmitPutChar - Emit a call to the putchar function. This assumes that Char
350 if (!TLI->has(LibFunc::putchar))
354 Value *PutChar = M->getOrInsertFunction("putchar", B.getInt32Ty(),
356 CallInst *CI = B.CreateCall(PutChar,
361 "putchar");
363 if (const Function *F = dyn_cast<Function>(PutChar->stripPointerCasts()))

Completed in 438 milliseconds