Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExpr.cpp2323 CodeGenFunction::EmitLoadOfReference(LValue RefLVal, in EmitLoadOfReference() function in CodeGenFunction
2339 Address PointeeAddr = EmitLoadOfReference(RefLVal, &PointeeBaseInfo, in EmitLoadOfReferenceLValue()
4184 addr = EmitLoadOfReference(RefLVal, &FieldBaseInfo, &FieldTBAAInfo); in EmitLValueForField()
HDCGBlocks.cpp1348 addr = EmitLoadOfReference(MakeAddrLValue(addr, capture.fieldType())); in GetAddrOfBlockDecl()
HDCodeGenFunction.h2166 Address EmitLoadOfReference(LValue RefLVal,
HDCGStmtOpenMP.cpp528 ArgAddr = CGF.EmitLoadOfReference(ArgLVal); in emitOutlinedFunctionPrologue()
HDCGOpenMPRuntime.cpp8520 Address PtrAddr = CGF.EmitLoadOfReference(CGF.MakeAddrLValue( in generateDefaultMapInfo()