Searched refs:GetAddrOfFunction (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp188 llvm::Value *Callee = CGM.GetAddrOfFunction(MD);
291 Callee = CGM.GetAddrOfFunction(GlobalDecl(Dtor, Dtor_Complete), Ty);
295 Callee = CGM.GetAddrOfFunction(GlobalDecl(DDtor, Dtor_Complete), Ty);
300 Callee = CGM.GetAddrOfFunction(GlobalDecl(Ctor, Ctor_Complete), Ty);
309 Callee = CGM.GetAddrOfFunction(MD, Ty);
311 Callee = CGM.GetAddrOfFunction(DevirtualizedMethod, Ty);
1045 CGF.CGM.GetAddrOfFunction(OperatorDelete),
1106 CGF.CGM.GetAddrOfFunction(OperatorDelete),
1222 CGM.GetAddrOfFunction(allocator), ReturnValueSlot(),
1345 CGM.GetAddrOfFunction(DeleteF
[all...]
H A DCGVTables.cpp247 llvm::Value *Callee = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true);
355 llvm::Value *Callee = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true);
597 Init = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true);
H A DCodeGenModule.h513 return GetAddrOfFunction(GD);
540 /// GetAddrOfFunction - Return the address of the given function. If Ty is
543 llvm::Constant *GetAddrOfFunction(GlobalDecl GD,
H A DCodeGenModule.cpp1139 /// GetAddrOfFunction - Return the address of the given function. If Ty is
1142 llvm::Constant *CodeGenModule::GetAddrOfFunction(GlobalDecl GD, function in class:CodeGenModule
1832 llvm::Constant *Entry = GetAddrOfFunction(GD, Ty);
1855 // doesn't interfere with GetAddrOfFunction.
1857 llvm::Function *NewFn = cast<llvm::Function>(GetAddrOfFunction(GD, Ty));
H A DCGClass.cpp1754 return CGM.GetAddrOfFunction(MD, fnType);
1769 CGM.GetAddrOfFunction(GlobalDecl(callOperator),
H A DItaniumCXXABI.cpp516 // Use an arbitrary non-function type to tell GetAddrOfFunction that the
520 llvm::Constant *addr = CGM.GetAddrOfFunction(MD, Ty);
H A DCGDecl.cpp1215 llvm::Constant *F = CGM.GetAddrOfFunction(FD);
H A DCGExprConstant.cpp909 return CGM.GetAddrOfFunction(FD);
H A DCGExpr.cpp1662 llvm::Value *V = CGF.CGM.GetAddrOfFunction(FD);

Completed in 86 milliseconds