Home
last modified time | relevance | path

Searched refs:getAddrOfFunction (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXExpr.cpp158 CIRGenCallee::forDirect(cgm.getAddrOfFunction(md, ty), GlobalDecl(md)); in emitCXXMemberOrOperatorMemberCallExpr()
256 cir::FuncOp calleePtr = cgf.cgm.getAddrOfFunction(calleeDecl); in emitNewDeleteCall()
H A DCIRGenModule.cpp248 return getAddrOfFunction(gd, ty, /*ForVTable=*/false, /*DontDefer=*/false, in getAddrOfGlobal()
255 return getAddrOfFunction(gd, ty, /*ForVTable=*/false, /*DontDefer=*/false, in getAddrOfGlobal()
406 funcOp = getAddrOfFunction(gd, funcType, /*ForVTable=*/false, in emitGlobalFunctionDefinition()
1329 cir::FuncOp CIRGenModule::getAddrOfFunction(clang::GlobalDecl gd, in getAddrOfFunction() function in CIRGenModule
H A DCIRGenModule.h247 getAddrOfFunction(clang::GlobalDecl gd, mlir::Type funcType = nullptr,
H A DCIRGenExpr.cpp1146 return cgm.getAddrOfFunction(gd); in emitFunctionDeclPointer()