Searched refs:EmitStrNLen (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h34 /// EmitStrNLen - Emit a call to the strnlen function to the builder, for the
37 Value *EmitStrNLen(Value *Ptr, Value *MaxLen, IRBuilder<> &B,
/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp61 /// EmitStrNLen - Emit a call to the strnlen function to the builder, for the
64 Value *llvm::EmitStrNLen(Value *Ptr, Value *MaxLen, IRBuilder<> &B, function in class:llvm

Completed in 64 milliseconds