Home
last modified time | relevance | path

Searched defs:EmitLoadOfLValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp79 ComplexPairTy EmitLoadOfLValue(const Expr *E) { in EmitLoadOfLValue() function in __anon18403adf0111::ComplexExprEmitter
439 ComplexPairTy ComplexExprEmitter::EmitLoadOfLValue(LValue lvalue, in EmitLoadOfLValue() function in ComplexExprEmitter
H A DCGExprScalar.cpp261 Value *EmitLoadOfLValue(LValue LV, SourceLocation Loc) { in EmitLoadOfLValue() function in __anone7cacfbd0111::ScalarExprEmitter
302 Value *EmitLoadOfLValue(const Expr *E) { in EmitLoadOfLValue() function in __anone7cacfbd0111::ScalarExprEmitter
H A DCGExpr.cpp2190 RValue CodeGenFunction::EmitLoadOfLValue(LValue LV, SourceLocation Loc) { in EmitLoadOfLValue() function in CodeGenFunction