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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 1 //===- CompileOnDemandLayer.h - Compile each function on demand -*- C++ -*-===//
62 class CompileOnDemandLayer : public IRLayer {
84 /// Construct a CompileOnDemandLayer.
85 CompileOnDemandLayer(ExecutionSession &ES, IRLayer &BaseLayer,
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
CompileOnDemandLayer.cpp 1 //===----- CompileOnDemandLayer.cpp - Lazily emit IR on first call --------===//
9 #include "llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h"
77 CompileOnDemandLayer &Parent)
83 CompileOnDemandLayer &Parent)
103 CompileOnDemandLayer &Parent;
106 Optional<CompileOnDemandLayer::GlobalValueSet>
107 CompileOnDemandLayer::compileRequested(GlobalValueSet Requested) {
111 Optional<CompileOnDemandLayer::GlobalValueSet>
112 CompileOnDemandLayer::compileWholeModule(GlobalValueSet Requested) {
116 CompileOnDemandLayer::CompileOnDemandLayer
    [all...]

Completed in 17 milliseconds