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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp 2486 LValue CodeGenFunction::EmitLoadOfReferenceLValue(LValue RefLVal) {
2542 CGF.EmitLoadOfReferenceLValue(Addr, VD->getType(),
2728 CapLVal = EmitLoadOfReferenceLValue(I->second, VD->getType(),
2814 EmitLoadOfReferenceLValue(addr, VD->getType(), AlignmentSource::Decl) :
CodeGenFunction.h 2459 LValue EmitLoadOfReferenceLValue(LValue RefLVal);
2460 LValue EmitLoadOfReferenceLValue(Address RefAddr, QualType RefTy,
2465 return EmitLoadOfReferenceLValue(RefLVal);

Completed in 33 milliseconds