LLVM  3.7.0
Public Member Functions | Static Public Member Functions | List of all members
llvm::MCDwarfLineTable Class Reference

#include <MCDwarf.h>

Public Member Functions

void EmitCU (MCObjectStreamer *MCOS) const
 
unsigned getFile (StringRef &Directory, StringRef &FileName, unsigned FileNumber=0)
 
MCSymbolgetLabel () const
 
void setLabel (MCSymbol *Label)
 
void setCompilationDir (StringRef CompilationDir)
 
const SmallVectorImpl
< std::string > & 
getMCDwarfDirs () const
 
SmallVectorImpl< std::string > & getMCDwarfDirs ()
 
const SmallVectorImpl
< MCDwarfFile > & 
getMCDwarfFiles () const
 
SmallVectorImpl< MCDwarfFile > & getMCDwarfFiles ()
 
const MCLineSectiongetMCLineSections () const
 
MCLineSectiongetMCLineSections ()
 

Static Public Member Functions

static void Emit (MCObjectStreamer *MCOS)
 

Detailed Description

Definition at line 212 of file MCDwarf.h.

Member Function Documentation

void MCDwarfLineTable::Emit ( MCObjectStreamer MCOS)
static
void MCDwarfLineTable::EmitCU ( MCObjectStreamer MCOS) const
unsigned MCDwarfLineTable::getFile ( StringRef Directory,
StringRef FileName,
unsigned  FileNumber = 0 
)

Definition at line 344 of file MCDwarf.cpp.

References llvm::MCDwarfLineTableHeader::getFile().

Referenced by llvm::MCContext::getDwarfFile().

MCSymbol* llvm::MCDwarfLineTable::getLabel ( ) const
inline

Definition at line 226 of file MCDwarf.h.

References llvm::MCDwarfLineTableHeader::Label.

Referenced by llvm::MCStreamer::getDwarfLineTableSymbol().

const SmallVectorImpl<std::string>& llvm::MCDwarfLineTable::getMCDwarfDirs ( ) const
inline

Definition at line 238 of file MCDwarf.h.

References llvm::MCDwarfLineTableHeader::MCDwarfDirs.

Referenced by llvm::MCContext::getMCDwarfDirs().

SmallVectorImpl<std::string>& llvm::MCDwarfLineTable::getMCDwarfDirs ( )
inline

Definition at line 242 of file MCDwarf.h.

References llvm::MCDwarfLineTableHeader::MCDwarfDirs.

const SmallVectorImpl<MCDwarfFile>& llvm::MCDwarfLineTable::getMCDwarfFiles ( ) const
inline

Definition at line 246 of file MCDwarf.h.

References llvm::MCDwarfLineTableHeader::MCDwarfFiles.

Referenced by llvm::MCContext::getMCDwarfFiles().

SmallVectorImpl<MCDwarfFile>& llvm::MCDwarfLineTable::getMCDwarfFiles ( )
inline

Definition at line 250 of file MCDwarf.h.

References llvm::MCDwarfLineTableHeader::MCDwarfFiles.

const MCLineSection& llvm::MCDwarfLineTable::getMCLineSections ( ) const
inline

Definition at line 254 of file MCDwarf.h.

MCLineSection& llvm::MCDwarfLineTable::getMCLineSections ( )
inline

Definition at line 257 of file MCDwarf.h.

void llvm::MCDwarfLineTable::setCompilationDir ( StringRef  CompilationDir)
inline
void llvm::MCDwarfLineTable::setLabel ( MCSymbol Label)
inline

The documentation for this class was generated from the following files: