Home | History | Annotate | Download | only in jit

Lines Matching refs:jit

24 #include "jit-common.h"
28 namespace jit {
30 /* A gcc::jit::logger encapsulates a logging stream: a way to send
57 /* The class gcc::jit::log_scope is an RAII-style class intended to make
72 /* The constructor for gcc::jit::log_scope.
93 /* The destructor for gcc::jit::log_scope; essentially the opposite of
106 /* A gcc::jit::log_user is something that potentially uses a
107 gcc::jit::logger (which could be NULL).
111 - class gcc::jit::recording::context
113 - class gcc::jit::playback::context
115 - class gcc::jit::tempdir
117 - class gcc::jit::result
177 } // namespace gcc::jit
185 gcc::jit::log_scope s (LOGGER, __PRETTY_FUNCTION__)
191 gcc::jit::log_scope s (LOGGER, __func__)