Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp2477 CodeGenFunction::EmitLoadOfReference(LValue RefLVal, in EmitLoadOfReference() function in CodeGenFunction
2493 Address PointeeAddr = EmitLoadOfReference(RefLVal, &PointeeBaseInfo, in EmitLoadOfReferenceLValue()
4406 addr = EmitLoadOfReference(RefLVal, &FieldBaseInfo, &FieldTBAAInfo); in EmitLValueForField()
DCGBlocks.cpp1271 addr = EmitLoadOfReference(MakeAddrLValue(addr, capture.fieldType())); in GetAddrOfBlockDecl()
DCodeGenFunction.h2412 Address EmitLoadOfReference(LValue RefLVal,
DCGStmtOpenMP.cpp548 ArgAddr = CGF.EmitLoadOfReference(ArgLVal); in emitOutlinedFunctionPrologue()
DCGOpenMPRuntime.cpp9017 Address PtrAddr = CGF.EmitLoadOfReference(CGF.MakeAddrLValue( in generateDefaultMapInfo()
/external/clang/lib/CodeGen/
DCGBlocks.cpp1029 addr = EmitLoadOfReference(addr, refType); in GetAddrOfBlockDecl()
DCGExpr.cpp1958 Address CodeGenFunction::EmitLoadOfReference(Address Addr, in EmitLoadOfReference() function in CodeGenFunction
1970 Address Addr = EmitLoadOfReference(RefAddr, RefTy, &Source); in EmitLoadOfReferenceLValue()
DCodeGenFunction.h1674 Address EmitLoadOfReference(Address Ref, const ReferenceType *RefTy,
DCGStmtOpenMP.cpp290 ArgAddr = EmitLoadOfReference( in GenerateOpenMPCapturedStmtFunction()