llvm::MCStreamer::emitCVInlineSiteIdDirective

Introduces an inline call site id for use with .cv_loc. Includes extra information for inline line table generation.

Synopsis

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);

Parameters

NameDescription
LocRepresents a location in source code.