Introduces an inline call site id for use with .cv_loc. Includes extra information for inline line table generation.
Declared in <llvm/MC/MCStreamer.h>
virtual
bool
emitCVInlineSiteIdDirective(
unsigned int FunctionId,
unsigned int IAFunc,
unsigned int IAFile,
unsigned int IALine,
unsigned int IACol,
SMLoc Loc);
| Name | Description |
|---|---|
| Loc | Represents a location in source code. |