Searched refs:post_codegen_hook (Results 1 – 4 of 4) sorted by relevance
41 std::function<void(const llvm::object::ObjectFile&)> post_codegen_hook =51 post_codegen_hook_(std::move(post_codegen_hook)) {} in IRCompiler()
64 std::function<void(const llvm::object::ObjectFile&)> post_codegen_hook);72 std::function<void(const llvm::object::ObjectFile&)> post_codegen_hook);
95 std::function<void(const llvm::object::ObjectFile&)> post_codegen_hook) in SimpleOrcJIT() argument111 std::move(post_optimization_hook), std::move(post_codegen_hook))),165 std::function<void(const llvm::object::ObjectFile&)> post_codegen_hook) { in Create() argument178 std::move(post_optimization_hook), std::move(post_codegen_hook)); in Create()
993 auto post_codegen_hook = [&](const llvm::object::ObjectFile& obj_file) { in CompileAheadOfTime() local1007 pre_optimization_ir_hook, post_optimization_ir_hook, post_codegen_hook); in CompileAheadOfTime()