clang 17.0.0git
|
#include "ByteCodeGenError.h"
#include "Context.h"
#include "InterpStack.h"
#include "InterpState.h"
#include "PrimType.h"
#include "Program.h"
#include "Source.h"
#include "llvm/Support/Error.h"
#include "Opcodes.inc"
Go to the source code of this file.
Classes | |
class | clang::interp::EvalEmitter |
An emitter which evaluates opcodes as they are emitted. More... | |
Namespaces | |
namespace | clang |
namespace | clang::interp |
Macros | |
#define | GET_EVAL_PROTO |
#define GET_EVAL_PROTO |
Definition at line 121 of file EvalEmitter.h.