HomeSort by: relevance | last modified time | path
    Searched defs:buildsym_compunit (Results 1 - 6 of 6) sorted by relevancy

  /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.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...]
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);
  /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.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...]
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);
451 using buildsym_compunit_up = std::unique_ptr<buildsym_compunit>;

Completed in 15 milliseconds