class MCGenDwarfLabelEntry
Declaration
class MCGenDwarfLabelEntry { /* full declaration omitted */ };
Declared at: llvm/include/llvm/MC/MCDwarf.h:407
Method Overview
- public MCGenDwarfLabelEntry(llvm::StringRef name, unsigned int fileNumber, unsigned int lineNumber, llvm::MCSymbol * label)
- public static void Make(llvm::MCSymbol * Symbol, llvm::MCStreamer * MCOS, llvm::SourceMgr & SrcMgr, llvm::SMLoc & Loc)
- public unsigned int getFileNumber() const
- public llvm::MCSymbol * getLabel() const
- public unsigned int getLineNumber() const
- public llvm::StringRef getName() const
Methods
¶MCGenDwarfLabelEntry(llvm::StringRef name,
unsigned int fileNumber,
unsigned int lineNumber,
llvm::MCSymbol* label)
MCGenDwarfLabelEntry(llvm::StringRef name,
unsigned int fileNumber,
unsigned int lineNumber,
llvm::MCSymbol* label)
Declared at: llvm/include/llvm/MC/MCDwarf.h:419
Parameters
- llvm::StringRef name
- unsigned int fileNumber
- unsigned int lineNumber
- llvm::MCSymbol* label
¶static void Make(llvm::MCSymbol* Symbol,
llvm::MCStreamer* MCOS,
llvm::SourceMgr& SrcMgr,
llvm::SMLoc& Loc)
static void Make(llvm::MCSymbol* Symbol,
llvm::MCStreamer* MCOS,
llvm::SourceMgr& SrcMgr,
llvm::SMLoc& Loc)
Declared at: llvm/include/llvm/MC/MCDwarf.h:431
Parameters
- llvm::MCSymbol* Symbol
- llvm::MCStreamer* MCOS
- llvm::SourceMgr& SrcMgr
- llvm::SMLoc& Loc
¶unsigned int getFileNumber() const
unsigned int getFileNumber() const
Declared at: llvm/include/llvm/MC/MCDwarf.h:425
¶llvm::MCSymbol* getLabel() const
llvm::MCSymbol* getLabel() const
Declared at: llvm/include/llvm/MC/MCDwarf.h:427
¶unsigned int getLineNumber() const
unsigned int getLineNumber() const
Declared at: llvm/include/llvm/MC/MCDwarf.h:426
¶llvm::StringRef getName() const
llvm::StringRef getName() const
Declared at: llvm/include/llvm/MC/MCDwarf.h:424