GTIRB  v2.1.0
GrammaTech Intermediate Representation for Binaries: C++ API
Classes | Namespaces | Enumerations
CodeBlock.hpp File Reference

Class gtirb::CodeBlock. More...

#include <gtirb/Addr.hpp>
#include <gtirb/ByteInterval.hpp>
#include <gtirb/CfgNode.hpp>
#include <gtirb/Export.hpp>
#include <gtirb/Node.hpp>
#include <gtirb/proto/CodeBlock.pb.h>
#include <boost/range/iterator_range.hpp>
#include <cstdint>
#include <functional>
#include <optional>
#include <vector>
Include dependency graph for CodeBlock.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gtirb::CodeBlock
 A basic block. More...
 
class  gtirb::ErrorOr< T >
 

Namespaces

 gtirb
 Main namespace for the GTIRB API.
 

Enumerations

enum  gtirb::DecodeMode : uint8_t { gtirb::DecodeMode::Default = proto::All_Default, gtirb::DecodeMode::Thumb = proto::ARM_Thumb }
 Variations on decoding a particular ISA. More...
 

Detailed Description

Class gtirb::CodeBlock.

See also
Control Flow Graphs (CFGs)