llvm::setInlineRemark

Set the inline-remark attribute on call site CB.

Synopsis

Declared in <llvm/Analysis/InlineAdvisor.h>

void
setInlineRemark(
    CallBase& CB,
    StringRef Message);

Parameters

NameDescription
CBCall site that receives the inline-remark attribute.
MessageRemark text stored on the attribute.