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 193 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 506 return GetAddrOfFunction(GD);
527 /// GetAddrOfFunction - Return the address of the given function. If Ty is
530 llvm::Constant *GetAddrOfFunction(GlobalDecl GD,
    [all...]
CGVTables.cpp 247 llvm::Value *Callee = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true);
355 llvm::Value *Callee = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true);
594 Init = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true);
CodeGenModule.cpp     [all...]
CGClass.cpp     [all...]
ItaniumCXXABI.cpp 516 // Use an arbitrary non-function type to tell GetAddrOfFunction that the
520 llvm::Constant *addr = CGM.GetAddrOfFunction(MD, Ty);
    [all...]
CGDecl.cpp     [all...]
CGExprConstant.cpp 906 return CGM.GetAddrOfFunction(FD);
    [all...]
CGExpr.cpp     [all...]

Completed in 117 milliseconds