ΒΆvoid maybeMarkSanitizerLibraryCallNoBuiltin(
    llvm::CallInst* CI,
    const llvm::TargetLibraryInfo* TLI)

Description

Given a CallInst, check if it calls a string function known to CodeGen, and mark it with NoBuiltin if so. To be used by sanitizers that intend to intercept string functions and want to avoid converting them to target specific instructions.

Declared at: llvm/include/llvm/Transforms/Utils/Local.h:472

Parameters

llvm::CallInst* CI
const llvm::TargetLibraryInfo* TLI