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
56
///
EmitStrNCpy
- Emit a call to the strncpy function to the builder, for the
58
Value *
EmitStrNCpy
(Value *Dst, Value *Src, Value *Len, IRBuilder<> &B,
/external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp
161
///
EmitStrNCpy
- Emit a call to the strncpy function to the builder, for the
163
Value *llvm::
EmitStrNCpy
(Value *Dst, Value *Src, Value *Len,
547
Value *Ret =
EmitStrNCpy
(CI->getArgOperand(0), CI->getArgOperand(1),
Completed in 16 milliseconds