GDB (xrefs)
|
#include "block.h"
Public Attributes | |
struct compunit_symtab * | compunit_symtab = nullptr |
Additional Inherited Members | |
![]() | |
CORE_ADDR | start () const |
void | set_start (CORE_ADDR start) |
CORE_ADDR | end () const |
void | set_end (CORE_ADDR end) |
symbol * | function () const |
void | set_function (symbol *function) |
const block * | superblock () const |
void | set_superblock (const block *superblock) |
multidictionary * | multidict () const |
iterator_range< mdict_iterator_wrapper > | multidict_symbols () const |
void | set_multidict (multidictionary *multidict) |
gdb::array_view< blockrange > | ranges () |
gdb::array_view< const blockrange > | ranges () const |
void | set_ranges (blockranges *ranges) |
bool | is_contiguous () const |
CORE_ADDR | entry_pc () const |
struct objfile * | objfile () const |
struct gdbarch * | gdbarch () const |
bool | inlined_p () const |
const char * | scope () const |
void | set_scope (const char *scope, struct obstack *obstack) |
struct using_direct * | get_using () const |
void | set_using (struct using_direct *using_decl, struct obstack *obstack) |
struct symbol * | linkage_function () const |
struct symbol * | containing_function () const |
const struct block * | static_block () const |
bool | is_static_block () const |
const struct block * | global_block () const |
bool | is_global_block () const |
const struct block * | function_block () const |
void | set_compunit_symtab (struct compunit_symtab *) |
struct dynamic_prop * | static_link () const |
bool | contains (const struct block *a, bool allow_nested=false) const |
struct compunit_symtab* global_block::compunit_symtab = nullptr |
Definition at line 355 of file block.h.
Referenced by get_block_compunit_symtab(), block::objfile(), and block::set_compunit_symtab().