Home
last modified time | relevance | path

Searched defs:CompileLayer (Results 1 – 22 of 22) sorted by relevance

/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
DKaleidoscopeJIT.h44 IRCompileLayer<decltype(ObjectLayer)> CompileLayer; variable
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h45 IRCompileLayer<decltype(ObjectLayer)> CompileLayer; variable
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h47 IRCompileLayer<decltype(ObjectLayer)> CompileLayer; variable
/external/llvm-project/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h42 IRCompileLayer CompileLayer; variable
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
DKaleidoscopeJIT.h42 IRCompileLayer CompileLayer; variable
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h47 IRCompileLayer CompileLayer; variable
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayerTest.cpp160 IRCompileLayer CompileLayer(ES, ObjLayer, in TEST() local
230 IRCompileLayer CompileLayer(ES, ObjLayer, in TEST() local
/external/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h119 CompileLayerT CompileLayer; variable
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h50 IRCompileLayer CompileLayer; variable
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h72 IRCompileLayer<decltype(ObjectLayer)> CompileLayer; variable
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h274 CompileLayerT CompileLayer; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
DOrcMCJITReplacement.h356 CompileLayerT CompileLayer; variable
/external/llvm/tools/lli/
DOrcLazyJIT.h151 CompileLayerT CompileLayer; variable
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h78 IRCompileLayer<decltype(ObjectLayer)> CompileLayer; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h463 createCODLayer(orc::ExecutionSession &ES, CompileLayerT &CompileLayer, in createCODLayer()
520 CompileLayerT CompileLayer; variable
DOrcMCJITReplacement.h481 CompileLayerT CompileLayer; variable
/external/llvm-project/clang/examples/clang-interpreter/
Dmain.cpp59 IRCompileLayer CompileLayer{ES, ObjectLayer, member in llvm::orc::SimpleJIT
/external/llvm-project/llvm/examples/SpeculativeJIT/
DSpeculativeJIT.cpp143 IRCompileLayer CompileLayer; member in SpeculativeJIT
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h137 IRCompileLayer CompileLayer; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h147 std::unique_ptr<IRCompileLayer> CompileLayer; variable
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h213 std::unique_ptr<IRCompileLayer> CompileLayer; variable
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectTransformLayerTest.cpp320 IRCompileLayer<decltype(TransformLayer)> CompileLayer(TransformLayer, in TEST() local