GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
symtab Struct Reference

#include "symtab.h"

Public Member Functions

struct compunit_symtabcompunit () const
 
void set_compunit (struct compunit_symtab *compunit)
 
struct linetablelinetable () const
 
void set_linetable (struct linetable *linetable)
 
enum language language () const
 
void set_language (enum language language)
 

Public Attributes

struct symtabnext
 
struct compunit_symtabm_compunit
 
struct linetablem_linetable
 
const char * filename
 
const char * filename_for_id
 
enum language m_language
 
char * fullname
 

Detailed Description

Definition at line 1601 of file symtab.h.

Member Function Documentation

◆ compunit()

struct compunit_symtab * symtab::compunit ( ) const
inline

◆ language()

enum language symtab::language ( ) const
inline

◆ linetable()

struct linetable * symtab::linetable ( ) const
inline

◆ set_compunit()

void symtab::set_compunit ( struct compunit_symtab compunit)
inline

Definition at line 1608 of file symtab.h.

References compunit(), and m_compunit.

Referenced by allocate_symtab().

◆ set_language()

void symtab::set_language ( enum language  language)
inline

◆ set_linetable()

void symtab::set_linetable ( struct linetable linetable)
inline

Member Data Documentation

◆ filename

const char* symtab::filename

◆ filename_for_id

const char* symtab::filename_for_id

Definition at line 1661 of file symtab.h.

Referenced by allocate_symtab(), and sal_macro_scope().

◆ fullname

char* symtab::fullname

◆ m_compunit

struct compunit_symtab* symtab::m_compunit

Definition at line 1640 of file symtab.h.

Referenced by compunit(), and set_compunit().

◆ m_language

enum language symtab::m_language

Definition at line 1665 of file symtab.h.

Referenced by language(), and set_language().

◆ m_linetable

struct linetable* symtab::m_linetable

Definition at line 1645 of file symtab.h.

Referenced by linetable(), and set_linetable().

◆ next

struct symtab* symtab::next

The documentation for this struct was generated from the following file: