ΒΆtemplate <typename... ArgsTy>
llvm::FunctionCallee getOrInsertLibFunc(
    llvm::Module* M,
    const llvm::TargetLibraryInfo& TLI,
    llvm::LibFunc TheLibFunc,
    llvm::Type* RetTy,
    ArgsTy... Args)

Description

Same as above, but without the attributes.

Declared at: llvm/include/llvm/Transforms/Utils/BuildLibCalls.h:53

Templates

ArgsTy

Parameters

llvm::Module* M
const llvm::TargetLibraryInfo& TLI
llvm::LibFunc TheLibFunc
llvm::Type* RetTy
ArgsTy... Args