Searched refs:CodeGenerator (Results 1 – 3 of 3) sorted by relevance
39 class CodeGenerator {41 explicit CodeGenerator(std::unique_ptr<CodeGeneratorImpl> &impl, const std::string& methodName) in CodeGenerator() function46 ~CodeGenerator() = default;
88 CodeGenerator codegen(llvmImpl_, "stubs"); in Run()
282 CodeGenerator codegen(llvmImpl_, data->GetMethodName()); in Run()