HomeSort by relevance Sort by last modified time
    Searched refs:EmitFWrite (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h 93 /// EmitFWrite - Emit a call to the fwrite function. This assumes that Ptr is
95 void EmitFWrite(Value *Ptr, Value *Size, Value *File, IRBuilder<> &B,
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 326 /// EmitFWrite - Emit a call to the fwrite function. This assumes that Ptr is
328 void llvm::EmitFWrite(Value *Ptr, Value *Size, Value *File,
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]

Completed in 111 milliseconds