LLVM 20.0.0git
|
#include "llvm/MC/MCDwarf.h"
Public Member Functions | |
MCGenDwarfLabelEntry (StringRef name, unsigned fileNumber, unsigned lineNumber, MCSymbol *label) | |
StringRef | getName () const |
unsigned | getFileNumber () const |
unsigned | getLineNumber () const |
MCSymbol * | getLabel () const |
Static Public Member Functions | |
static void | Make (MCSymbol *Symbol, MCStreamer *MCOS, SourceMgr &SrcMgr, SMLoc &Loc) |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
Definition at line 1207 of file MCDwarf.cpp.
References llvm::MCContext::addMCGenDwarfLabelEntry(), llvm::MCContext::createTempSymbol(), llvm::MCStreamer::emitLabel(), llvm::SourceMgr::FindBufferContainingLoc(), llvm::SourceMgr::FindLineNumber(), llvm::MCStreamer::getContext(), llvm::MCStreamer::getCurrentSectionOnly(), llvm::MCContext::getGenDwarfFileNumber(), llvm::MCContext::getGenDwarfSectionSyms(), and llvm::SrcMgr.