llvm::MCStreamer::emitDwarfLocDirectiveWithInlinedAt

This is same as emitDwarfLocDirective, except it has the capability to add inlined_at information.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

virtual
void
emitDwarfLocDirectiveWithInlinedAt(
    unsigned int FileNo,
    unsigned int Line,
    unsigned int Column,
    unsigned int FileIA,
    unsigned int LineIA,
    unsigned int ColumnIA,
    MCSymbol const* Sym,
    unsigned int Flags,
    unsigned int Isa,
    unsigned int Discriminator,
    StringRef FileName,
    StringRef Comment = {});

Parameters

NameDescription
SymMCSymbol - Instances of this class represent a symbol name in the MC file, and MCSymbols are created and uniqued by the MCContext class. MCSymbols should only be constructed with valid names for the object file.
FileNameRepresent a constant reference to a string, i.e. a character array and a length, which need not be null terminated.
CommentRepresent a constant reference to a string, i.e. a character array and a length, which need not be null terminated.