Home
last modified time | relevance | path

Searched defs:ObjectLayer (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h41 RTDyldObjectLinkingLayer ObjectLayer; variable
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h40 RTDyldObjectLinkingLayer ObjectLayer; variable
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h45 RTDyldObjectLinkingLayer ObjectLayer; variable
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h48 RTDyldObjectLinkingLayer ObjectLayer; global() variable
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h44 class ObjectLayer; variable
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h135 RTDyldObjectLinkingLayer ObjectLayer; variable
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp166 ObjectLayer::ObjectLayer(ExecutionSession &ES) : ES(ES) {} in ObjectLayer() function in llvm::orc::ObjectLayer