Home
last modified time | relevance | path

Searched refs:ByteCodeEmitter (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp23 ByteCodeEmitter::compileFunc(const FunctionDecl *FuncDecl) { in compileFunc()
103 Scope::Local ByteCodeEmitter::createLocal(Descriptor *D) { in createLocal()
110 void ByteCodeEmitter::emitLabel(LabelTy Label) { in emitLabel()
128 int32_t ByteCodeEmitter::getOffset(LabelTy Label) { in getOffset()
145 bool ByteCodeEmitter::bail(const SourceLocation &Loc) { in bail()
183 bool ByteCodeEmitter::emitOp(Opcode Op, const Tys &... Args, const SourceInfo &SI) { in emitOp()
199 bool ByteCodeEmitter::jumpTrue(const LabelTy &Label) { in jumpTrue()
203 bool ByteCodeEmitter::jumpFalse(const LabelTy &Label) { in jumpFalse()
207 bool ByteCodeEmitter::jump(const LabelTy &Label) { in jump()
211 bool ByteCodeEmitter::fallthrough(const LabelTy &Label) { in fallthrough()
H A DByteCodeEmitter.h32 class ByteCodeEmitter {
43 ByteCodeEmitter(Context &Ctx, Program &P) : Ctx(Ctx), P(P) {} in ByteCodeEmitter() function
45 virtual ~ByteCodeEmitter() {} in ~ByteCodeEmitter()
H A DFunction.h26 class ByteCodeEmitter; variable
165 friend class ByteCodeEmitter; variable
H A DContext.cpp33 if (auto R = ByteCodeStmtGen<ByteCodeEmitter>(*this, *P).compileFunc(FD)) { in isPotentialConstantExpr()
H A DByteCodeStmtGen.cpp397 template class ByteCodeStmtGen<ByteCodeEmitter>;
H A DByteCodeExprGen.h253 extern template class ByteCodeExprGen<ByteCodeEmitter>;
H A DByteCodeExprGen.cpp1094 if (auto R = ByteCodeStmtGen<ByteCodeEmitter>(Ctx, P).compileFunc(FD)) in getFunction()
1428 template class ByteCodeExprGen<ByteCodeEmitter>;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCMakeLists.txt66 Interp/ByteCodeEmitter.cpp
/openbsd-src/gnu/usr.bin/clang/libclangAST/
H A DMakefile97 SRCS+= ByteCodeEmitter.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/AST/
H A DBUILD.gn94 "Interp/ByteCodeEmitter.cpp",
/openbsd-src/gnu/llvm/clang/docs/
H A DConstantInterpreter.rst23 backends: one to generate bytecode for functions (``ByteCodeEmitter``) and