LLVM
8.0.1
|
#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 |
Definition at line 408 of file MCDwarf.h.
References llvm::SrcMgr, and llvm::ARMBuildAttrs::Symbol.
|
inline |
|
inline |
Definition at line 405 of file MCDwarf.h.
References llvm::MCDwarfFile::Name.
|
static |
Definition at line 1192 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(), llvm::MCSymbol::getName(), llvm::MCSymbol::isTemporary(), Name, llvm::StringRef::size(), llvm::StringRef::startswith(), and llvm::StringRef::substr().
Referenced by getGNUBinOpPrecedence().