Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp2517 CodeGenFunction::EmitLoadOfReference(LValue RefLVal, in EmitLoadOfReference() function in CodeGenFunction
2534 Address PointeeAddr = EmitLoadOfReference(RefLVal, &PointeeBaseInfo, in EmitLoadOfReferenceLValue()
4484 addr = EmitLoadOfReference(RefLVal, &FieldBaseInfo, &FieldTBAAInfo); in EmitLValueForField()
H A DCGBlocks.cpp1275 addr = EmitLoadOfReference(MakeAddrLValue(addr, capture.fieldType())); in GetAddrOfBlockDecl()
H A DCodeGenFunction.h2519 Address EmitLoadOfReference(LValue RefLVal,
H A DCGStmtOpenMP.cpp576 ArgAddr = CGF.EmitLoadOfReference(ArgLVal); in emitOutlinedFunctionPrologue()
H A DCGOpenMPRuntime.cpp8963 Address PtrAddr = CGF.EmitLoadOfReference(CGF.MakeAddrLValue( in generateDefaultMapInfo()