Set the inline-remark attribute.
Declared in <llvm/Analysis/InlineAdvisor.h>
void
setInlineRemark(
CallBase& CB,
StringRef Message);
| Name | Description |
|---|---|
| CB | Base class for all callable instructions (InvokeInst and CallInst) Holds everything related to calling a function. |
| Message | Represent a constant reference to a string, i.e. a character array and a length, which need not be null terminated. |