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

/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp88 llvm::Value *Callee = CGM.GetAddrOfFunction(MD);
199 Callee = CGM.GetAddrOfFunction(GlobalDecl(DDtor, Dtor_Complete), Ty);
208 Callee = CGM.GetAddrOfFunction(GlobalDecl(Ctor, Ctor_Complete), Ty);
217 Callee = CGM.GetAddrOfFunction(MD, Ty);
219 Callee = CGM.GetAddrOfFunction(DevirtualizedMethod, Ty);
1004 llvm::Value *CalleeAddr = CGF.CGM.GetAddrOfFunction(Callee);
H A DCGVTables.cpp137 llvm::Value *Callee = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true);
306 llvm::Value *Callee = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true);
528 Init = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true);
H A DCodeGenModule.h658 return GetAddrOfFunction(GD);
686 llvm::Constant *GetAddrOfFunction(GlobalDecl GD, llvm::Type *Ty = 0,
H A DCGClass.cpp2089 return CGM.GetAddrOfFunction(MD, fnType);
2099 CGM.GetAddrOfFunction(GlobalDecl(callOperator),
H A DCodeGenModule.cpp1545 /// GetAddrOfFunction - Return the address of the given function. If Ty is
1548 llvm::Constant *CodeGenModule::GetAddrOfFunction(GlobalDecl GD, function in class:CodeGenModule
2257 GetAddrOfFunction(GD, Ty, /*ForVTable=*/false, /*DontDefer*/ true);
2284 // doesn't interfere with GetAddrOfFunction.
2286 auto *NewFn = cast<llvm::Function>(GetAddrOfFunction(GD, Ty));
H A DCGDecl.cpp1292 llvm::Constant *F = CGM.GetAddrOfFunction(FD);
H A DCGExprConstant.cpp865 return CGM.GetAddrOfFunction(FD);
H A DCodeGenFunction.cpp753 llvm::Constant *Unsized = CGF.CGM.GetAddrOfFunction(UnsizedDealloc);
H A DCGDebugInfo.cpp1265 V = CGM.GetAddrOfFunction(FD);
H A DCGExpr.cpp1773 llvm::Value *V = CGF.CGM.GetAddrOfFunction(FD);
H A DItaniumCXXABI.cpp675 // Use an arbitrary non-function type to tell GetAddrOfFunction that the
679 llvm::Constant *addr = CGM.GetAddrOfFunction(MD, Ty);
H A DMicrosoftCXXABI.cpp1964 // Use an arbitrary non-function type to tell GetAddrOfFunction that the
1968 FirstField = CGM.GetAddrOfFunction(MD, Ty);

Completed in 143 milliseconds