| /src/external/gpl3/gdb/dist/gdb/ |
| buildsym-legacy.c | 25 static struct buildsym_compunit *buildsym_compunit; variable in typeref:struct:buildsym_compunit 30 buildsym_compunit->record_debugformat (format); 36 buildsym_compunit->record_producer (producer); 47 gdb_assert (buildsym_compunit != nullptr || name == nullptr); 48 if (buildsym_compunit != nullptr) 49 buildsym_compunit->set_last_source_file (name); 57 if (buildsym_compunit == nullptr) 59 return buildsym_compunit->get_last_source_file (); 67 gdb_assert (buildsym_compunit != nullptr) [all...] |
| buildsym.h | 143 struct buildsym_compunit struct 154 buildsym_compunit (struct objfile *objfile_, const char *name, 160 buildsym_compunit (struct objfile *objfile_, const char *name, function in struct:buildsym_compunit 163 : buildsym_compunit (objfile_, name, comp_dir_, name, language_, last_addr) 170 buildsym_compunit (struct objfile *objfile_, const char *name, function in struct:buildsym_compunit 182 ~buildsym_compunit (); 184 DISABLE_COPY_AND_ASSIGN (buildsym_compunit);
|
| buildsym-legacy.h | 143 /* Return the current buildsym_compunit. */ 145 extern struct buildsym_compunit *get_buildsym_compunit ();
|
| buildsym.c | 51 buildsym_compunit::buildsym_compunit (struct objfile *objfile_, function in class:buildsym_compunit 79 buildsym_compunit::~buildsym_compunit () 110 buildsym_compunit::get_macro_table () 175 buildsym_compunit::record_pending_block (struct block *block, 199 buildsym_compunit::finish_block_internal 385 buildsym_compunit::finish_block (struct symbol *symbol, 403 buildsym_compunit::record_block_range (struct block *block, 420 buildsym_compunit::make_blockvector ( [all...] |
| cp-support.h | 34 struct buildsym_compunit; 132 extern void cp_scan_for_anonymous_namespaces (struct buildsym_compunit *,
|
| cp-namespace.c | 55 cp_scan_for_anonymous_namespaces (struct buildsym_compunit *compunit,
|
| ctfread.c | 120 struct buildsym_compunit *builder; 1253 ccp->builder = new buildsym_compunit
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| buildsym-legacy.c | 25 static struct buildsym_compunit *buildsym_compunit; variable in typeref:struct:buildsym_compunit 30 buildsym_compunit->record_debugformat (format); 36 buildsym_compunit->record_producer (producer); 47 gdb_assert (buildsym_compunit != nullptr || name == nullptr); 48 if (buildsym_compunit != nullptr) 49 buildsym_compunit->set_last_source_file (name); 57 if (buildsym_compunit == nullptr) 59 return buildsym_compunit->get_last_source_file (); 67 gdb_assert (buildsym_compunit != nullptr) [all...] |
| buildsym.h | 143 struct buildsym_compunit struct 154 buildsym_compunit (struct objfile *objfile_, const char *name, 160 buildsym_compunit (struct objfile *objfile_, const char *name, function in struct:buildsym_compunit 163 : buildsym_compunit (objfile_, name, comp_dir_, name, language_, last_addr) 170 buildsym_compunit (struct objfile *objfile_, const char *name, function in struct:buildsym_compunit 182 ~buildsym_compunit (); 184 DISABLE_COPY_AND_ASSIGN (buildsym_compunit);
|
| buildsym-legacy.h | 143 /* Return the current buildsym_compunit. */ 145 extern struct buildsym_compunit *get_buildsym_compunit ();
|
| buildsym.c | 51 buildsym_compunit::buildsym_compunit (struct objfile *objfile_, function in class:buildsym_compunit 79 buildsym_compunit::~buildsym_compunit () 110 buildsym_compunit::get_macro_table () 175 buildsym_compunit::record_pending_block (struct block *block, 199 buildsym_compunit::finish_block_internal 385 buildsym_compunit::finish_block (struct symbol *symbol, 403 buildsym_compunit::record_block_range (struct block *block, 420 buildsym_compunit::make_blockvector ( [all...] |
| cp-support.h | 35 struct buildsym_compunit; 133 extern void cp_scan_for_anonymous_namespaces (struct buildsym_compunit *,
|
| cp-namespace.c | 55 cp_scan_for_anonymous_namespaces (struct buildsym_compunit *compunit,
|
| ctfread.c | 120 struct buildsym_compunit *builder; 1254 ccp->builder = new buildsym_compunit
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| macro.h | 23 struct buildsym_compunit; 28 buildsym_compunit *builder,
|
| cu.c | 59 buildsym_compunit constructor. */ 80 m_builder = std::make_unique<buildsym_compunit> (this->per_objfile->objfile, 152 buildsym_compunit *
|
| cu.h | 66 the buildsym_compunit constructor. */ 123 std::unique_ptr<buildsym_compunit> m_builder; 279 /* Get the buildsym_compunit for this CU. */ 280 buildsym_compunit *get_builder ();
|
| macro.c | 49 macro_start_file (buildsym_compunit *builder, 415 buildsym_compunit *builder, 776 buildsym_compunit *builder,
|
| read.c | 6387 buildsym_compunit *builder = cu->get_builder (); 7634 m_builder = std::make_unique<buildsym_compunit> 7665 buildsym_compunit *b = get_builder (); 7688 m_builder = std::make_unique<buildsym_compunit> 18673 buildsym_compunit *builder = m_cu->get_builder (); 18982 buildsym_compunit *builder = cu->get_builder (); 19579 buildsym_compunit *builder = cu->get_builder (); 21605 buildsym_compunit *builder = cu->get_builder ();
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| macro.h | 23 struct buildsym_compunit; 26 buildsym_compunit *builder,
|
| cu.h | 64 the buildsym_compunit constructor. */ 120 std::unique_ptr<buildsym_compunit> m_builder; 274 /* Get the buildsym_compunit for this CU. */ 275 buildsym_compunit *get_builder ();
|
| cu.c | 59 buildsym_compunit constructor. */ 80 m_builder.reset (new struct buildsym_compunit 174 buildsym_compunit *
|
| macro.c | 48 macro_start_file (buildsym_compunit *builder, 436 buildsym_compunit *builder, 800 buildsym_compunit *builder,
|
| read.c | 6309 buildsym_compunit *builder = cu->get_builder (); 7555 m_builder.reset (new struct buildsym_compunit 7586 buildsym_compunit *b = get_builder (); 7609 m_builder.reset (new struct buildsym_compunit 18296 buildsym_compunit *builder = m_cu->get_builder (); 18602 buildsym_compunit *builder = cu->get_builder (); 19188 buildsym_compunit *builder = cu->get_builder (); 21236 buildsym_compunit *builder = cu->get_builder ();
|