GDB (xrefs)
Public Attributes | List of all members
language_arch_info Struct Reference

#include "language.h"

Public Attributes

struct type ** primitive_type_vector
 
struct symbol ** primitive_type_symbols
 
struct typestring_char_type
 
const char * bool_type_symbol
 
struct typebool_type_default
 

Detailed Description

Definition at line 109 of file language.h.

Member Data Documentation

◆ bool_type_default

struct type* language_arch_info::bool_type_default

◆ bool_type_symbol

const char* language_arch_info::bool_type_symbol

◆ primitive_type_symbols

struct symbol** language_arch_info::primitive_type_symbols

◆ primitive_type_vector

struct type** language_arch_info::primitive_type_vector

◆ string_char_type

struct type* language_arch_info::string_char_type

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