Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp2558 CodeGenFunction::EmitLoadOfReference(LValue RefLVal, in EmitLoadOfReference() function in CodeGenFunction
2575 Address PointeeAddr = EmitLoadOfReference(RefLVal, &PointeeBaseInfo, in EmitLoadOfReferenceLValue()
4508 addr = EmitLoadOfReference(RefLVal, &FieldBaseInfo, &FieldTBAAInfo); in EmitLValueForField()
H A DCGBlocks.cpp1279 addr = EmitLoadOfReference(MakeAddrLValue(addr, capture.fieldType())); in GetAddrOfBlockDecl()
H A DCodeGenFunction.h2517 Address EmitLoadOfReference(LValue RefLVal,
H A DCGStmtOpenMP.cpp575 ArgAddr = CGF.EmitLoadOfReference(ArgLVal); in emitOutlinedFunctionPrologue()
H A DCGOpenMPRuntime.cpp9323 Address PtrAddr = CGF.EmitLoadOfReference(CGF.MakeAddrLValue( in generateDefaultMapInfo()