OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitStrCpy
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h
50
///
EmitStrCpy
- Emit a call to the strcpy function to the builder, for the
52
Value *
EmitStrCpy
(Value *Dst, Value *Src, IRBuilder<> &B,
/external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp
139
///
EmitStrCpy
- Emit a call to the strcpy function to the builder, for the
141
Value *llvm::
EmitStrCpy
(Value *Dst, Value *Src, IRBuilder<> &B,
527
Value *Ret =
EmitStrCpy
(CI->getArgOperand(0), CI->getArgOperand(1), B, TD,
Completed in 18 milliseconds