OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitStrNCpy
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h
46
///
EmitStrNCpy
- Emit a call to the strncpy function to the builder, for the
48
Value *
EmitStrNCpy
(Value *Dst, Value *Src, Value *Len, IRBuilder<> &B,
/external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp
115
///
EmitStrNCpy
- Emit a call to the strncpy function to the builder, for the
117
Value *llvm::
EmitStrNCpy
(Value *Dst, Value *Src, Value *Len,
462
Value *Ret =
EmitStrNCpy
(CI->getArgOperand(0), CI->getArgOperand(1),
Completed in 41 milliseconds