GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Functions | Variables
compile-object-run.c File Reference
#include "defs.h"
#include "compile-object-run.h"
#include "value.h"
#include "infcall.h"
#include "objfiles.h"
#include "compile-internal.h"
#include "dummy-frame.h"
#include "block.h"
#include "valprint.h"
#include "compile.h"

Go to the source code of this file.

Classes

struct  do_module_cleanup
 

Functions

static void do_module_cleanup (void *arg, int registers_valid)
 
static typecreate_copied_type_recursive (objfile *objfile, type *func_type)
 
void compile_object_run (compile_module_up &&module)
 

Variables

static dummy_frame_dtor_ftype do_module_cleanup
 

Function Documentation

◆ compile_object_run()

void compile_object_run ( compile_module_up && module)

◆ create_copied_type_recursive()

static type * create_copied_type_recursive ( objfile * objfile,
type * func_type )
static

Definition at line 107 of file compile-object-run.c.

References copy_type_recursive(), and create_copied_types_hash().

Referenced by compile_object_run().

◆ do_module_cleanup()

static void do_module_cleanup ( void * arg,
int registers_valid )
static

Variable Documentation

◆ do_module_cleanup

dummy_frame_dtor_ftype do_module_cleanup
static

Definition at line 54 of file compile-object-run.c.

Referenced by compile_object_run().