HomeSort by relevance Sort by last modified time
    Searched refs:GetAddrOfFunction (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/CodeGen/
CGExprCXX.cpp 192 llvm::Value *Callee = CGM.GetAddrOfFunction(MD);
264 Callee = CGM.GetAddrOfFunction(GlobalDecl(Dtor, Dtor_Complete), Ty);
268 Callee = CGM.GetAddrOfFunction(GlobalDecl(Ctor, Ctor_Complete), Ty);
277 Callee = CGM.GetAddrOfFunction(MD, Ty);
    [all...]
CodeGenModule.h 463 return GetAddrOfFunction(GD);
484 /// GetAddrOfFunction - Return the address of the given function. If Ty is
487 llvm::Constant *GetAddrOfFunction(GlobalDecl GD,
    [all...]
CGVTables.cpp 249 llvm::Value *Callee = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true);
357 llvm::Value *Callee = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true);
596 Init = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true);
CodeGenModule.cpp     [all...]
ItaniumCXXABI.cpp 545 // Use an arbitrary non-function type to tell GetAddrOfFunction that the
549 llvm::Constant *addr = CGM.GetAddrOfFunction(MD, Ty);
    [all...]
CGClass.cpp     [all...]
CGDecl.cpp     [all...]
CGExprConstant.cpp 875 return CGM.GetAddrOfFunction(FD);
    [all...]
CGExpr.cpp     [all...]

Completed in 68 milliseconds