Home
last modified time | relevance | path

Searched refs:EmitLoadOfReference (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp2300 CodeGenFunction::EmitLoadOfReference(LValue RefLVal, in EmitLoadOfReference() function in CodeGenFunction
2316 Address PointeeAddr = EmitLoadOfReference(RefLVal, &PointeeBaseInfo, in EmitLoadOfReferenceLValue()
3956 addr = EmitLoadOfReference(RefLVal, &FieldBaseInfo, &FieldTBAAInfo); in EmitLValueForField()
H A DCGBlocks.cpp1358 addr = EmitLoadOfReference(MakeAddrLValue(addr, capture.fieldType())); in GetAddrOfBlockDecl()
H A DCodeGenFunction.h2132 Address EmitLoadOfReference(LValue RefLVal,
H A DCGStmtOpenMP.cpp511 ArgAddr = CGF.EmitLoadOfReference(ArgLVal); in emitOutlinedFunctionPrologue()