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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTables.cpp185 llvm::Value *Callee = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true);
351 llvm::Value *Callee = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true);
577 Init = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true);
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);
938 llvm::Value *CalleeAddr = CGF.CGM.GetAddrOfFunction(Callee);
H A DCodeGenModule.h612 return GetAddrOfFunction(GD);
639 /// GetAddrOfFunction - Return the address of the given function. If Ty is
642 llvm::Constant *GetAddrOfFunction(GlobalDecl GD,
H A DCGClass.cpp2114 return CGM.GetAddrOfFunction(MD, fnType);
2124 CGM.GetAddrOfFunction(GlobalDecl(callOperator),
H A DCodeGenModule.cpp1492 /// GetAddrOfFunction - Return the address of the given function. If Ty is
1495 llvm::Constant *CodeGenModule::GetAddrOfFunction(GlobalDecl GD, function in class:CodeGenModule
2098 llvm::Constant *Entry = GetAddrOfFunction(GD, Ty);
2125 // doesn't interfere with GetAddrOfFunction.
2127 llvm::Function *NewFn = cast<llvm::Function>(GetAddrOfFunction(GD, Ty));
H A DCGDecl.cpp1292 llvm::Constant *F = CGM.GetAddrOfFunction(FD);
H A DCGExprConstant.cpp859 return CGM.GetAddrOfFunction(FD);
H A DCodeGenFunction.cpp681 llvm::Constant *Unsized = CGF.CGM.GetAddrOfFunction(UnsizedDealloc);
H A DItaniumCXXABI.cpp607 // Use an arbitrary non-function type to tell GetAddrOfFunction that the
611 llvm::Constant *addr = CGM.GetAddrOfFunction(MD, Ty);
H A DMicrosoftCXXABI.cpp1423 // Use an arbitrary non-function type to tell GetAddrOfFunction that the
1427 FirstField = CGM.GetAddrOfFunction(MD, Ty);
H A DCGDebugInfo.cpp1241 V = CGM.GetAddrOfFunction(FD);
H A DCGExpr.cpp1713 llvm::Value *V = CGF.CGM.GetAddrOfFunction(FD);

Completed in 190 milliseconds