Searched defs:Compiler (Results 1 – 3 of 3) sorted by relevance
45 template <class Emitter> class Compiler; variable114 Compiler(Context &Ctx, Program &P, Tys &&...Args) in Compiler() function
5595 template class Compiler<ByteCodeEmitter>; variable5596 template class Compiler<EvalEmitter>; variable
449 CompilerInstance Compiler(std::move(PCHContainerOps)); in runInvocation() local