HomeSort by: relevance | last modified time | path
    Searched defs:IRCompileLayer (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
IRCompileLayer.cpp 1 //===--------------- IRCompileLayer.cpp - IR Compiling Layer --------------===//
9 #include "llvm/ExecutionEngine/Orc/IRCompileLayer.h"
14 IRCompileLayer::IRCompiler::~IRCompiler() {}
16 IRCompileLayer::IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer,
23 void IRCompileLayer::setNotifyCompiled(NotifyCompiledFunction NotifyCompiled) {
28 void IRCompileLayer::emit(std::unique_ptr<MaterializationResponsibility> R,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 1 //===- IRCompileLayer.h -- Eagerly compile IR for JIT -----------*- C++ -*-===//
30 class IRCompileLayer : public IRLayer {
51 IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer,

Completed in 54 milliseconds