HomeSort by: relevance | last modified time | path
    Searched defs:EmitStoreOfScalar (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp 1821 CGF.EmitStoreOfScalar(value, Addr, lvalue.isVolatile(), lvalue.getType(),
1826 void CodeGenFunction::EmitStoreOfScalar(llvm::Value *Value, Address Addr,
1870 void CodeGenFunction::EmitStoreOfScalar(llvm::Value *value, LValue lvalue,
1877 EmitStoreOfScalar(value, lvalue.getAddress(*this), lvalue.isVolatile(),
2164 EmitStoreOfScalar(Src.getScalarVal(), Dst, isInit);
CodeGenFunction.h 3780 /// EmitStoreOfScalar - Store a scalar value to an address, taking
3783 void EmitStoreOfScalar(llvm::Value *Value, Address Addr,
3787 EmitStoreOfScalar(Value, Addr, Volatile, Ty, LValueBaseInfo(Source),
3791 void EmitStoreOfScalar(llvm::Value *Value, Address Addr,
3796 /// EmitStoreOfScalar - Store a scalar value to an address, taking
3801 void EmitStoreOfScalar(llvm::Value *value, LValue lvalue, bool isInit=false);

Completed in 43 milliseconds