OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitPutChar
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h
86
///
EmitPutChar
- Emit a call to the putchar function. This assumes that Char
88
Value *
EmitPutChar
(Value *Char, IRBuilder<> &B, const DataLayout *TD,
/external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
[
all
...]
BuildLibCalls.cpp
317
///
EmitPutChar
- Emit a call to the putchar function. This assumes that Char
319
Value *llvm::
EmitPutChar
(Value *Char, IRBuilder<> &B, const DataLayout *TD,
Completed in 425 milliseconds