Home
last modified time | relevance | path

Searched refs:calleeValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuiltin.cpp32 const CallExpr *e, mlir::Operation *calleeValue) { in emitLibraryCall() argument
33 CIRGenCallee callee = CIRGenCallee::forDirect(calleeValue, GlobalDecl(fd)); in emitLibraryCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp804 const CallExpr *E, llvm::Constant *calleeValue) { in emitLibraryCall() argument
806 CGCallee callee = CGCallee::forDirect(calleeValue, GlobalDecl(FD)); in emitLibraryCall()