This is same as emitDwarfLocDirective, except it has the capability to add inlined_at information.
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 = {});
| Name | Description |
|---|---|
| Sym | MCSymbol - 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. |
| FileName | Represent a constant reference to a string, i.e. a character array and a length, which need not be null terminated. |
| Comment | Represent a constant reference to a string, i.e. a character array and a length, which need not be null terminated. |