struct LLVM::PassRegistry

Defined in:

llvm/pass_registry.cr

Constant Summary

Inits = ["core", "transform_utils", "scalar_opts", "obj_c_arc_opts", "vectorization", "inst_combine", "ipo", "instrumentation", "analysis", "ipa", "code_gen", "target"] of ::String

Constructors

Instance Method Summary

Instance methods inherited from struct Struct

==(other : self) : Bool ==, hash : Int32 hash, inspect(io : IO) : Nil inspect, pretty_print(pp) : Nil pretty_print, to_s(io) to_s

Instance methods inherited from struct Value

==(other) ==, dup dup

Instance methods inherited from class Object

!=(other) !=, !~(other) !~, ==(other) ==, ===(other : JSON::Any)
===(other : YAML::Any)
===(other)
===
, =~(other) =~, class class, dup dup, hash hash, inspect(io : IO)
inspect
inspect
, itself itself, not_nil! not_nil!, pretty_inspect(width = 79, newline = "\n", indent = 0) : String pretty_inspect, pretty_print(pp : PrettyPrint) : Nil pretty_print, tap(&block) tap, to_json(io : IO)
to_json
to_json
, to_pretty_json(indent : String = " ")
to_pretty_json(io : IO, indent : String = " ")
to_pretty_json
, to_s
to_s(io : IO)
to_s
, to_yaml(io : IO)
to_yaml
to_yaml
, try(&block) try, unsafe_as(type : T.class) forall T unsafe_as

Constructor methods inherited from class Object

from_json(string_or_io, root : String) : self
from_json(string_or_io) : self
from_json
, from_yaml(string_or_io) : self from_yaml

Constructor Detail

def self.instance : self #

[View source]
def self.new(unwrap : LibLLVM::PassRegistryRef) #

[View source]

Instance Method Detail

def initialize_all #

[View source]
def initialize_analysis #

[View source]
def initialize_code_gen #

[View source]
def initialize_core #

[View source]
def initialize_inst_combine #

[View source]
def initialize_instrumentation #

[View source]
def initialize_ipa #

[View source]
def initialize_ipo #

[View source]
def initialize_obj_c_arc_opts #

[View source]
def initialize_scalar_opts #

[View source]
def initialize_target #

[View source]
def initialize_transform_utils #

[View source]
def initialize_vectorization #

[View source]
def to_unsafe : LibLLVM::PassRegistryRef #

[View source]