ROSE 0.11.145.275
Public Attributes | List of all members
Rose::BinaryAnalysis::Partitioner2::Engine::Settings Struct Reference

Description

Settings for the engine.

The engine is configured by adjusting these settings, usually shortly after the engine is created.

Definition at line 169 of file Partitioner2/Engine.h.

#include <Rose/BinaryAnalysis/Partitioner2/Engine.h>

Collaboration diagram for Rose::BinaryAnalysis::Partitioner2::Engine::Settings:
Collaboration graph
[legend]

Public Attributes

LoaderSettings loader
 Settings used during specimen loading.
 
DisassemblerSettings disassembler
 Settings for creating the disassembler.
 
PartitionerSettings partitioner
 Settings for creating a partitioner.
 
IndirectControlFlow::Settings icf
 Settings for indirect control flow recovery.
 
EngineSettings engine
 Settings that control engine behavior.
 
JvmSettings engineJvm
 Settings that control behavior specific to EngineJvm.
 
AstConstructionSettings astConstruction
 Settings for constructing the AST.
 

Member Data Documentation

◆ loader

LoaderSettings Rose::BinaryAnalysis::Partitioner2::Engine::Settings::loader

Settings used during specimen loading.

Definition at line 170 of file Partitioner2/Engine.h.

◆ disassembler

DisassemblerSettings Rose::BinaryAnalysis::Partitioner2::Engine::Settings::disassembler

Settings for creating the disassembler.

Definition at line 171 of file Partitioner2/Engine.h.

◆ partitioner

PartitionerSettings Rose::BinaryAnalysis::Partitioner2::Engine::Settings::partitioner

Settings for creating a partitioner.

Definition at line 172 of file Partitioner2/Engine.h.

◆ icf

IndirectControlFlow::Settings Rose::BinaryAnalysis::Partitioner2::Engine::Settings::icf

Settings for indirect control flow recovery.

Definition at line 173 of file Partitioner2/Engine.h.

◆ engine

EngineSettings Rose::BinaryAnalysis::Partitioner2::Engine::Settings::engine

Settings that control engine behavior.

Definition at line 174 of file Partitioner2/Engine.h.

◆ engineJvm

JvmSettings Rose::BinaryAnalysis::Partitioner2::Engine::Settings::engineJvm

Settings that control behavior specific to EngineJvm.

Definition at line 175 of file Partitioner2/Engine.h.

◆ astConstruction

AstConstructionSettings Rose::BinaryAnalysis::Partitioner2::Engine::Settings::astConstruction

Settings for constructing the AST.

Definition at line 176 of file Partitioner2/Engine.h.


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