Searched refs:EmitLoadOfReference (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExpr.cpp | 2477 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()
|
D | CGBlocks.cpp | 1271 addr = EmitLoadOfReference(MakeAddrLValue(addr, capture.fieldType())); in GetAddrOfBlockDecl()
|
D | CodeGenFunction.h | 2412 Address EmitLoadOfReference(LValue RefLVal,
|
D | CGStmtOpenMP.cpp | 548 ArgAddr = CGF.EmitLoadOfReference(ArgLVal); in emitOutlinedFunctionPrologue()
|
D | CGOpenMPRuntime.cpp | 9017 Address PtrAddr = CGF.EmitLoadOfReference(CGF.MakeAddrLValue( in generateDefaultMapInfo()
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 1029 addr = EmitLoadOfReference(addr, refType); in GetAddrOfBlockDecl()
|
D | CGExpr.cpp | 1958 Address CodeGenFunction::EmitLoadOfReference(Address Addr, in EmitLoadOfReference() function in CodeGenFunction 1970 Address Addr = EmitLoadOfReference(RefAddr, RefTy, &Source); in EmitLoadOfReferenceLValue()
|
D | CodeGenFunction.h | 1674 Address EmitLoadOfReference(Address Ref, const ReferenceType *RefTy,
|
D | CGStmtOpenMP.cpp | 290 ArgAddr = EmitLoadOfReference( in GenerateOpenMPCapturedStmtFunction()
|