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

#include "compile-object-load.h"

Public Member Functions

 compile_module ()=default
 
 DISABLE_COPY_AND_ASSIGN (compile_module)
 
compile_moduleoperator= (compile_module &&other)=default
 
 compile_module (compile_module &&other)=default
 

Public Attributes

struct objfileobjfile
 
std::string source_file
 
struct symbolfunc_sym
 
CORE_ADDR regs_addr
 
enum compile_i_scope_types scope
 
void * scope_data
 
struct typeout_value_type
 
CORE_ADDR out_value_addr
 
struct munmap_list munmap_list
 

Detailed Description

Definition at line 50 of file compile-object-load.h.

Constructor & Destructor Documentation

◆ compile_module() [1/2]

compile_module::compile_module ( )
default

◆ compile_module() [2/2]

compile_module::compile_module ( compile_module && other)
default

Member Function Documentation

◆ DISABLE_COPY_AND_ASSIGN()

compile_module::DISABLE_COPY_AND_ASSIGN ( compile_module )

◆ operator=()

compile_module & compile_module::operator= ( compile_module && other)
default

Member Data Documentation

◆ func_sym

struct symbol* compile_module::func_sym

Definition at line 66 of file compile-object-load.h.

◆ munmap_list

struct munmap_list compile_module::munmap_list

Definition at line 87 of file compile-object-load.h.

◆ objfile

struct objfile* compile_module::objfile

Definition at line 60 of file compile-object-load.h.

◆ out_value_addr

CORE_ADDR compile_module::out_value_addr

Definition at line 84 of file compile-object-load.h.

◆ out_value_type

struct type* compile_module::out_value_type

Definition at line 80 of file compile-object-load.h.

◆ regs_addr

CORE_ADDR compile_module::regs_addr

Definition at line 70 of file compile-object-load.h.

◆ scope

enum compile_i_scope_types compile_module::scope

Definition at line 73 of file compile-object-load.h.

◆ scope_data

void* compile_module::scope_data

Definition at line 76 of file compile-object-load.h.

◆ source_file

std::string compile_module::source_file

Definition at line 63 of file compile-object-load.h.


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